summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-client/xpcom/module.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2013-06-27 09:47:23 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2013-06-27 09:47:23 +0000
commit1c4a816543cc5a05d1dff3ed00ecfd47f95b3568 (patch)
treec0ce69b4b0068cd1d3d61fabb5afde4089a74236 /src/VBox/Main/src-client/xpcom/module.cpp
parent7aa7dfb9c0b3cd4fbe74c490a64fb1f84aba2291 (diff)
downloadVirtualBox-svn-1c4a816543cc5a05d1dff3ed00ecfd47f95b3568.tar.gz
Main: forgotten file for previous fix
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@46824 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/src-client/xpcom/module.cpp')
-rw-r--r--src/VBox/Main/src-client/xpcom/module.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/VBox/Main/src-client/xpcom/module.cpp b/src/VBox/Main/src-client/xpcom/module.cpp
index d800630f2ad..c1344626171 100644
--- a/src/VBox/Main/src-client/xpcom/module.cpp
+++ b/src/VBox/Main/src-client/xpcom/module.cpp
@@ -92,8 +92,9 @@ NS_IMPL_THREADSAFE_ISUPPORTS1_CI(SharedFolder, ISharedFolder)
NS_DECL_CLASSINFO(VRDEServerInfo)
NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VRDEServerInfo, IVRDEServerInfo)
#ifdef VBOX_WITH_EXTPACK
-NS_DECL_CLASSINFO(ExtPackFile)
-NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPackFile, IExtPackFile, IExtPackBase)
+// deliberately omit ExtPackFile as it's unusable in the client context
+// NS_DECL_CLASSINFO(ExtPackFile)
+// NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPackFile, IExtPackFile, IExtPackBase)
NS_DECL_CLASSINFO(ExtPack)
NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPack, IExtPack, IExtPackBase)
NS_DECL_CLASSINFO(ExtPackManager)