Changeset 3494 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Jul 6, 2007 9:09:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/server.cpp
r3388 r3494 97 97 #include <GuestOSTypeImpl.h> 98 98 #include <NetworkAdapterImpl.h> 99 #include <SerialPortImpl.h> 99 100 #include <USBControllerImpl.h> 100 101 #include <USBDeviceImpl.h> … … 152 153 NS_DECL_CLASSINFO(NetworkAdapter) 153 154 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(NetworkAdapter, INetworkAdapter) 155 NS_DECL_CLASSINFO(SerialPort) 156 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SerialPort, ISerialPort) 154 157 NS_DECL_CLASSINFO(USBController) 155 158 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(USBController, IUSBController)
Note:
See TracChangeset
for help on using the changeset viewer.