Changeset 2453 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 2, 2007 4:03:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r2386 r2453 340 340 HRESULT powerDown(); 341 341 342 HRESULT callTapSetupApplication(Bstr &tapDevice, Bstr &tapSetupApplication); 342 HRESULT callTapSetupApplication(bool isStatic, RTFILE tapFD, Bstr &tapDevice, 343 Bstr &tapSetupApplication); 343 344 HRESULT attachToHostInterface(INetworkAdapter *networkAdapter); 344 345 HRESULT detachFromHostInterface(INetworkAdapter *networkAdapter);
Note:
See TracChangeset
for help on using the changeset viewer.