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