Changeset 29864 in vbox for trunk/src/VBox/Main/xpcom
- Timestamp:
- May 28, 2010 1:34:53 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xpcom/server.cpp
r29385 r29864 67 67 #include <MediumFormatImpl.h> 68 68 #include <ProgressCombinedImpl.h> 69 #include <ProgressProxyImpl.h> 69 70 #include <VRDPServerImpl.h> 70 71 #include <SharedFolderImpl.h> … … 127 128 NS_DECL_CLASSINFO(CombinedProgress) 128 129 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(CombinedProgress, IProgress) 130 131 NS_DECL_CLASSINFO(ProgressProxy) 132 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ProgressProxy, IProgress) 129 133 130 134 NS_DECL_CLASSINFO(SharedFolder)
Note:
See TracChangeset
for help on using the changeset viewer.