diff options
author | Felix Geyer <debfx-pkg@fobos.de> | 2011-07-29 17:55:18 +0200 |
---|---|---|
committer | Felix Geyer <debfx-pkg@fobos.de> | 2011-07-29 17:55:18 +0200 |
commit | cba113ca2826bc4814be2f69a7704c865a37d4ea (patch) | |
tree | 511123b10dd1e58e56958520534f5c50e6f570fc /src/VBox/Main/src-client/xpcom/module.cpp | |
parent | 6a16f6900dd884e07125b51c9625f6be0a1f9b70 (diff) | |
download | virtualbox-cba113ca2826bc4814be2f69a7704c865a37d4ea.tar.gz |
Imported Upstream version 4.1.0-dfsgupstream/4.1.0-dfsg
Diffstat (limited to 'src/VBox/Main/src-client/xpcom/module.cpp')
-rw-r--r-- | src/VBox/Main/src-client/xpcom/module.cpp | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/src/VBox/Main/src-client/xpcom/module.cpp b/src/VBox/Main/src-client/xpcom/module.cpp index 3d6e59466..291944213 100644 --- a/src/VBox/Main/src-client/xpcom/module.cpp +++ b/src/VBox/Main/src-client/xpcom/module.cpp @@ -28,26 +28,26 @@ // generated file #include "VirtualBox_XPCOM.h" +#include "AdditionsFacilityImpl.h" +#include "ConsoleImpl.h" +#include "ConsoleVRDPServer.h" +#include "DisplayImpl.h" +#ifdef VBOX_WITH_EXTPACK +# include "ExtPackManagerImpl.h" +#endif #include "GuestImpl.h" #include "KeyboardImpl.h" +#include "MachineDebuggerImpl.h" #include "MouseImpl.h" -#include "DisplayImpl.h" +#include "NATEngineImpl.h" +#include "NetworkAdapterImpl.h" #include "ProgressCombinedImpl.h" -#include "MachineDebuggerImpl.h" -#include "USBDeviceImpl.h" +#include "ProgressImpl.h" #include "RemoteUSBDeviceImpl.h" +#include "SessionImpl.h" #include "SharedFolderImpl.h" -#include "ProgressImpl.h" -#include "NetworkAdapterImpl.h" -#include "NATEngineImpl.h" -#ifdef VBOX_WITH_EXTPACK -# include "ExtPackManagerImpl.h" -#endif - +#include "USBDeviceImpl.h" #include "VirtualBoxClientImpl.h" -#include "SessionImpl.h" -#include "ConsoleImpl.h" -#include "ConsoleVRDPServer.h" #include "Logging.h" @@ -83,6 +83,8 @@ NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ExtPack, IExtPack) NS_DECL_CLASSINFO(ExtPackManager) NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ExtPackManager, IExtPackManager) #endif +NS_DECL_CLASSINFO(AdditionsFacility) +NS_IMPL_THREADSAFE_ISUPPORTS1_CI(AdditionsFacility, IAdditionsFacility) NS_DECL_CLASSINFO(Session) NS_IMPL_THREADSAFE_ISUPPORTS2_CI(Session, ISession, IInternalSessionControl) |