Changeset 30825 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Jul 14, 2010 12:44:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63641
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/module.cpp
r30627 r30825 45 45 #include "ConsoleImpl.h" 46 46 #include "ConsoleVRDPServer.h" 47 #include "VirtualBoxCallbackImpl.h"48 47 49 48 #include "Logging.h" … … 78 77 NS_DECL_CLASSINFO(Console) 79 78 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Console, IConsole) 80 NS_DECL_CLASSINFO(CallbackWrapper)81 NS_IMPL_THREADSAFE_ISUPPORTS3_CI(CallbackWrapper, IVirtualBoxCallback, IConsoleCallback, ILocalOwner)82 79 83 80 /** … … 135 132 NS_GENERIC_FACTORY_CONSTRUCTOR_WITH_RC (Session) 136 133 137 NS_GENERIC_FACTORY_CONSTRUCTOR_WITH_RC (CallbackWrapper)138 139 140 134 /** 141 135 * Component definition table. … … 157 151 &NS_CLASSINFO_NAME(Session) // global class info & flags 158 152 }, 159 {160 "CallbackWrapper component", // description161 NS_CALLBACKWRAPPER_CID, NS_CALLBACKWRAPPER_CONTRACTID, // CID/ContractID162 CallbackWrapperConstructor, // constructor function163 NULL, // registration function164 NULL, // deregistration function165 NULL, // destructor function166 NS_CI_INTERFACE_GETTER_NAME(CallbackWrapper), // interfaces function167 NULL, // language helper168 &NS_CLASSINFO_NAME(CallbackWrapper) // global class info & flags169 }170 171 153 }; 172 154
Note:
See TracChangeset
for help on using the changeset viewer.