Changeset 46824 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 27, 2013 9:47:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/xpcom/module.cpp
r45806 r46824 93 93 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VRDEServerInfo, IVRDEServerInfo) 94 94 #ifdef VBOX_WITH_EXTPACK 95 NS_DECL_CLASSINFO(ExtPackFile) 96 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPackFile, IExtPackFile, IExtPackBase) 95 // deliberately omit ExtPackFile as it's unusable in the client context 96 // NS_DECL_CLASSINFO(ExtPackFile) 97 // NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPackFile, IExtPackFile, IExtPackBase) 97 98 NS_DECL_CLASSINFO(ExtPack) 98 99 NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPack, IExtPack, IExtPackBase)
Note:
See TracChangeset
for help on using the changeset viewer.