Changeset 37327 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jun 6, 2011 10:43:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r37285 r37327 7876 7876 /* The name of the TAP interface we are using */ 7877 7877 Bstr tapDeviceName; 7878 rc = networkAdapter->COMGETTER( HostInterface)(tapDeviceName.asOutParam());7878 rc = networkAdapter->COMGETTER(BridgedInterface)(tapDeviceName.asOutParam()); 7879 7879 if (FAILED(rc)) 7880 7880 tapDeviceName.setNull(); /* Is this necessary? */
Note:
See TracChangeset
for help on using the changeset viewer.