Changeset 30345 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Jun 21, 2010 4:49:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62921
- Location:
- trunk/src/VBox/Main/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/module.cpp
r28979 r30345 46 46 #include "ConsoleVRDPServer.h" 47 47 #include "VirtualBoxCallbackImpl.h" 48 #include "EventImpl.h" 48 49 49 50 #include "Logging.h" … … 73 74 NS_DECL_CLASSINFO(RemoteDisplayInfo) 74 75 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(RemoteDisplayInfo, IRemoteDisplayInfo) 76 NS_DECL_CLASSINFO(EventSource) 77 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(EventSource, IEventSource) 75 78 76 79 NS_DECL_CLASSINFO(Session) … … 80 83 NS_DECL_CLASSINFO(CallbackWrapper) 81 84 NS_IMPL_THREADSAFE_ISUPPORTS3_CI(CallbackWrapper, IVirtualBoxCallback, IConsoleCallback, ILocalOwner) 85 82 86 /** 83 87 * Singleton class factory that holds a reference to the created instance -
trunk/src/VBox/Main/xpcom/server.cpp
r29864 r30345 87 87 #include <AudioAdapterImpl.h> 88 88 #include <SystemPropertiesImpl.h> 89 #include <EventImpl.h> 89 90 90 91 /* implement nsISupports parts of our objects with support for nsIClassInfo */ … … 197 198 NS_DECL_CLASSINFO(BIOSSettings) 198 199 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(BIOSSettings, IBIOSSettings) 200 201 NS_DECL_CLASSINFO(EventSource) 202 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(EventSource, IEventSource) 199 203 200 204 ////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.