Changeset 45806 in vbox for trunk/src/VBox/Main/src-client/xpcom
- Timestamp:
- Apr 29, 2013 12:33:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85375
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/xpcom/module.cpp
r45421 r45806 39 39 #ifdef VBOX_WITH_GUEST_CONTROL 40 40 # include "GuestDirectoryImpl.h" 41 # include "GuestErrorInfoImpl.h"42 41 # include "GuestFileImpl.h" 43 42 # include "GuestFsObjInfoImpl.h" … … 74 73 NS_DECL_CLASSINFO(GuestSession) 75 74 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestSession, IGuestSession) 76 NS_DECL_CLASSINFO(GuestErrorInfo)77 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestErrorInfo, IGuestErrorInfo)78 75 #endif 79 76 NS_DECL_CLASSINFO(Keyboard)
Note:
See TracChangeset
for help on using the changeset viewer.