Changeset 15593 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 16, 2008 2:56:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r15592 r15593 1517 1517 hrc = networkAdapter->COMGETTER(HostInterface)(hostInterfaceName.asOutParam()); H(); 1518 1518 com::SafeIfaceArray <IHostNetworkInterface> hostNetworkInterfaces; 1519 hrc = host->COMGETTER(NetworkInterfaces) (ComSafeArrayAsOutParam (hostNetworkInterfaces)) ); H();1519 hrc = host->COMGETTER(NetworkInterfaces) (ComSafeArrayAsOutParam (hostNetworkInterfaces)); H(); 1520 1520 ComPtr<IHostNetworkInterface> hostInterface; 1521 1521 for (size_t i = 0; i < hostNetworkInterfaces.size(); ++i)
Note:
See TracChangeset
for help on using the changeset viewer.