Changeset 42097 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jul 10, 2012 1:41:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/xpcom/module.cpp
r42089 r42097 42 42 # include "GuestFileImpl.h" 43 43 # include "GuestFsObjInfoImpl.h" 44 # include "GuestProcessImpl.h" 44 45 # include "GuestSessionImpl.h" 45 46 #endif … … 72 73 NS_DECL_CLASSINFO(GuestFsObjInfo) 73 74 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestFsObjInfo, IGuestFsObjInfo) 75 NS_DECL_CLASSINFO(GuestProcess) 76 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestProcess, IGuestProcess) 74 77 NS_DECL_CLASSINFO(GuestSession) 75 78 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestSession, IGuestSession)
Note:
See TracChangeset
for help on using the changeset viewer.