Changeset 30559 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Jul 1, 2010 2:51:30 PM (14 years ago)
- Location:
- trunk/src/VBox/Main/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/module.cpp
r30345 r30559 46 46 #include "ConsoleVRDPServer.h" 47 47 #include "VirtualBoxCallbackImpl.h" 48 #include "EventImpl.h"49 48 50 49 #include "Logging.h" … … 74 73 NS_DECL_CLASSINFO(RemoteDisplayInfo) 75 74 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(RemoteDisplayInfo, IRemoteDisplayInfo) 76 NS_DECL_CLASSINFO(EventSource)77 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(EventSource, IEventSource)78 75 79 76 NS_DECL_CLASSINFO(Session) -
trunk/src/VBox/Main/xpcom/server.cpp
r30345 r30559 87 87 #include <AudioAdapterImpl.h> 88 88 #include <SystemPropertiesImpl.h> 89 #include <EventImpl.h>90 89 91 90 /* implement nsISupports parts of our objects with support for nsIClassInfo */ … … 198 197 NS_DECL_CLASSINFO(BIOSSettings) 199 198 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(BIOSSettings, IBIOSSettings) 200 201 NS_DECL_CLASSINFO(EventSource)202 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(EventSource, IEventSource)203 199 204 200 ////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.