Changeset 50914 in vbox for trunk/src/VBox/Main/src-server/xpcom
- Timestamp:
- Mar 27, 2014 7:07:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r50874 r50914 131 131 #endif /* VBOX_WITH_RESOURCE_USAGE_API */ 132 132 133 #ifdef VBOX_WITH_EXTPACK134 NS_DECL_CLASSINFO(ExtPackFile)135 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ExtPackFile, IExtPackFile)136 137 NS_DECL_CLASSINFO(ExtPack)138 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ExtPack, IExtPack)139 140 NS_DECL_CLASSINFO(ExtPackManager)141 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ExtPackManager, IExtPackManager)142 #endif143 144 145 133 //////////////////////////////////////////////////////////////////////////////// 146 134
Note:
See TracChangeset
for help on using the changeset viewer.