Changeset 27857 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Mar 31, 2010 9:02:32 AM (15 years ago)
- Location:
- trunk/src/VBox/Main/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/module.cpp
r25860 r27857 44 44 #include "ProgressImpl.h" 45 45 #include "NetworkAdapterImpl.h" 46 #include "NATEngineImpl.h" 46 47 47 48 #include "SessionImpl.h" -
trunk/src/VBox/Main/xpcom/server.cpp
r26517 r27857 77 77 #include <GuestOSTypeImpl.h> 78 78 #include <NetworkAdapterImpl.h> 79 #include <NATEngineImpl.h> 79 80 #include <SerialPortImpl.h> 80 81 #include <ParallelPortImpl.h> … … 153 154 NS_DECL_CLASSINFO(NetworkAdapter) 154 155 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(NetworkAdapter, INetworkAdapter) 156 157 NS_DECL_CLASSINFO(NATEngine) 158 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(NATEngine, INATEngine) 159 155 160 156 161 NS_DECL_CLASSINFO(SerialPort)
Note:
See TracChangeset
for help on using the changeset viewer.