Changeset 33488 in vbox
- Timestamp:
- Oct 27, 2010 9:58:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/module.cpp
r33387 r33488 41 41 #include "NetworkAdapterImpl.h" 42 42 #include "NATEngineImpl.h" 43 #ifdef VBOX_WITH_EXTPACK 44 # include "ExtPackManagerImpl.h" 45 #endif 43 46 44 47 #include "SessionImpl.h" … … 72 75 NS_DECL_CLASSINFO(VRDEServerInfo) 73 76 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VRDEServerInfo, IVRDEServerInfo) 77 #ifdef VBOX_WITH_EXTPACK 78 NS_DECL_CLASSINFO(ExtPack) 79 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ExtPack, IExtPack) 80 NS_DECL_CLASSINFO(ExtPackManager) 81 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ExtPackManager, IExtPackManager) 82 #endif 74 83 75 84 NS_DECL_CLASSINFO(Session)
Note:
See TracChangeset
for help on using the changeset viewer.