Changeset 3652 in vbox for trunk/src/VBox/Main/linux/server.cpp
- Timestamp:
- Jul 16, 2007 4:02:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/server.cpp
r3494 r3652 98 98 #include <NetworkAdapterImpl.h> 99 99 #include <SerialPortImpl.h> 100 #include <ParallelPortImpl.h> 100 101 #include <USBControllerImpl.h> 101 102 #include <USBDeviceImpl.h> … … 155 156 NS_DECL_CLASSINFO(SerialPort) 156 157 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SerialPort, ISerialPort) 158 NS_DECL_CLASSINFO(ParallelPort) 159 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ParallelPort, IParallelPort) 157 160 NS_DECL_CLASSINFO(USBController) 158 161 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(USBController, IUSBController)
Note:
See TracChangeset
for help on using the changeset viewer.