File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -334,14 +334,6 @@ class NetworkInterface: public DNS {
334
334
return 0 ;
335
335
}
336
336
337
- /* * Return pointer to a CellularInterface.
338
- * @return Pointer to requested interface type or NULL if this class doesn't implement the interface.
339
- */
340
- virtual CellularInterface *cellularInterface ()
341
- {
342
- return 0 ;
343
- }
344
-
345
337
/* * Return pointer to an EMACInterface.
346
338
* @return Pointer to requested interface type or NULL if this class doesn't implement the interface.
347
339
*/
@@ -410,6 +402,14 @@ class NetworkInterface: public DNS {
410
402
* configuration).
411
403
*/
412
404
virtual void set_default_parameters ();
405
+
406
+ /* * Return pointer to a CellularInterface.
407
+ * @return Pointer to requested interface type or NULL if this class doesn't implement the interface.
408
+ */
409
+ virtual CellularInterface *cellularInterface ()
410
+ {
411
+ return 0 ;
412
+ }
413
413
};
414
414
415
415
#endif
You can’t perform that action at this time.
0 commit comments