Changeset 17684 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Mar 11, 2009 12:15:33 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44185
- Location:
- trunk/src/VBox/Main/xpcom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/module.cpp
r17553 r17684 83 83 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Console, IConsole) 84 84 85 COM_IMPL_READONLY_ENUM_AND_COLLECTION_EX(ComObjPtr <RemoteUSBDevice>, IHostUSBDevice, RemoteUSBDevice)86 87 85 /** 88 86 * Singleton class factory that holds a reference to the created instance -
trunk/src/VBox/Main/xpcom/server.cpp
r17669 r17684 118 118 #include <AudioAdapterImpl.h> 119 119 #include <SystemPropertiesImpl.h> 120 #include <Collection.h>121 120 122 121 /* implement nsISupports parts of our objects with support for nsIClassInfo */ … … 239 238 NS_DECL_CLASSINFO(BIOSSettings) 240 239 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(BIOSSettings, IBIOSSettings) 241 242 /* collections and enumerators */243 244 #ifdef VBOX_WITH_USB245 COM_IMPL_READONLY_ENUM_AND_COLLECTION(HostUSBDevice)246 #endif247 240 248 241 ////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.