Changeset 20045 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- May 26, 2009 3:44:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47780
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r20044 r20045 74 74 #include <VirtualBoxImpl.h> 75 75 #include <MachineImpl.h> 76 #include <VFSExplorerImpl.h>77 76 #include <ApplianceImpl.h> 78 77 #include <SnapshotImpl.h> … … 111 110 NS_DECL_CLASSINFO(Machine) 112 111 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Machine, IMachine) 113 114 NS_DECL_CLASSINFO(VFSExplorer)115 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(VFSExplorer, IVFSExplorer)116 112 117 113 NS_DECL_CLASSINFO(Appliance)
Note:
See TracChangeset
for help on using the changeset viewer.