Changeset 38296 in vbox for trunk/src/VBox/Main/src-client/xpcom
- Timestamp:
- Aug 3, 2011 11:16:08 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73304
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/xpcom/module.cpp
r35975 r38296 37 37 #endif 38 38 #include "GuestImpl.h" 39 #include "GuestDirEntryImpl.h" 39 40 #include "KeyboardImpl.h" 40 41 #include "MachineDebuggerImpl.h" … … 56 57 NS_DECL_CLASSINFO(Guest) 57 58 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Guest, IGuest) 59 NS_DECL_CLASSINFO(GuestDirEntyr) 60 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(GuestDirEntry, IGuestDirEntry) 58 61 NS_DECL_CLASSINFO(Keyboard) 59 62 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Keyboard, IKeyboard)
Note:
See TracChangeset
for help on using the changeset viewer.