Changeset 13690 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Oct 30, 2008 9:09:50 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38654
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r13657 r13690 1209 1209 strcpy(szDriverGUID , hostIFGuid.toString().raw()); 1210 1210 const char *pszTrunk = szDriverGUID; 1211 # elif defined(RT_OS_LINUX) 1212 /* @todo Check for malformed names. */ 1213 const char *pszTrunk = pszHifName; 1214 1211 1215 # else 1212 1216 # error "PORTME (VBOX_WITH_NETFLT)" … … 1284 1288 rc = CFGMR3InsertBytes(pCfg, "GUID", szDriverGUID, sizeof(szDriverGUID)); RC_CHECK(); 1285 1289 } 1290 #elif defined(RT_OS_LINUX) 1291 /// @todo aleksey: is there anything to be done here? 1286 1292 #else 1287 1293 # error "Port me"
Note:
See TracChangeset
for help on using the changeset viewer.