Changeset 50355 in vbox for trunk/src/VBox/Main/src-server/xpcom
- Timestamp:
- Feb 6, 2014 5:55:07 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92097
- Location:
- trunk/src/VBox/Main/src-server/xpcom
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/xpcom/server.cpp
r49960 r50355 97 97 98 98 /* implement nsISupports parts of our objects with support for nsIClassInfo */ 99 100 NS_DECL_CLASSINFO(VirtualBox)101 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VirtualBox, IVirtualBox)102 103 99 NS_DECL_CLASSINFO(Machine) 104 100 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Machine, IMachine) -
trunk/src/VBox/Main/src-server/xpcom/server.h
r44528 r50355 35 35 36 36 #endif /* ____H_LINUX_SERVER */ 37 HRESULT VirtualBox_GetInterfacesHelper() { return S_OK; } 38 nsIClassInfo* VirtualBox_classInfoGlobal; -
trunk/src/VBox/Main/src-server/xpcom/server_module.cpp
r50117 r50355 91 91 * in sync with macros used for VirtualBox in server.cpp for the same purpose. 92 92 */ 93 94 NS_DECL_CLASSINFO(VirtualBox)95 NS_IMPL_CI_INTERFACE_GETTER1(VirtualBox, IVirtualBox)96 93 97 94 static nsresult vboxsvcSpawnDaemon(void)
Note:
See TracChangeset
for help on using the changeset viewer.