Changeset 25088 in vbox
- Timestamp:
- Nov 30, 2009 9:01:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/NetIf-generic.cpp
r24989 r25088 210 210 211 211 #else 212 NOREF(pVBox); 213 NOREF(aHostNetworkInterface); 214 NOREF(aProgress); 212 215 return VERR_NOT_IMPLEMENTED; 213 216 #endif … … 255 258 return rc; 256 259 #else 260 NOREF(pVBox); 261 NOREF(aId); 262 NOREF(aProgress); 257 263 return VERR_NOT_IMPLEMENTED; 258 264 #endif
Note:
See TracChangeset
for help on using the changeset viewer.