Changeset 44124 in vbox for trunk/src/VBox/Main/src-client/xpcom
- Timestamp:
- Dec 13, 2012 5:11:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/xpcom/module.cpp
r42865 r44124 49 49 #include "NATEngineImpl.h" 50 50 #include "NetworkAdapterImpl.h" 51 #include "ProgressCombinedImpl.h"52 51 #include "ProgressImpl.h" 53 52 #include "RemoteUSBDeviceImpl.h" … … 85 84 NS_DECL_CLASSINFO(Progress) 86 85 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Progress, IProgress) 87 NS_DECL_CLASSINFO(CombinedProgress)88 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(CombinedProgress, IProgress)89 86 NS_DECL_CLASSINFO(OUSBDevice) 90 87 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(OUSBDevice, IUSBDevice)
Note:
See TracChangeset
for help on using the changeset viewer.