Changeset 16188 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- Jan 22, 2009 7:58:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r15904 r16188 88 88 #include <VirtualBoxImpl.h> 89 89 #include <MachineImpl.h> 90 #include <ApplianceImpl.h> 90 91 #include <SnapshotImpl.h> 91 92 #include <MediumImpl.h> … … 122 123 NS_DECL_CLASSINFO(Machine) 123 124 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Machine, IMachine) 125 126 NS_DECL_CLASSINFO(Appliance) 127 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Appliance, IAppliance) 128 129 NS_DECL_CLASSINFO(VirtualSystemDescription) 130 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VirtualSystemDescription, IVirtualSystemDescription) 124 131 125 132 NS_DECL_CLASSINFO(SessionMachine)
Note:
See TracChangeset
for help on using the changeset viewer.