Changeset 33061 in vbox for trunk/src/VBox/Main/include/KeyboardImpl.h
- Timestamp:
- Oct 12, 2010 12:42:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/KeyboardImpl.h
r30764 r33061 21 21 #include "VirtualBoxBase.h" 22 22 #include "ConsoleEvents.h" 23 #include "EventImpl.h" 23 24 24 25 #include <VBox/pdmdrv.h> … … 76 77 STDMETHOD(PutCAD)(); 77 78 79 STDMETHOD(COMGETTER(EventSource)) (IEventSource ** aEventSource); 80 78 81 static const PDMDRVREG DrvReg; 79 82 … … 97 100 /** Set after the first attempt to find the VMM Device. */ 98 101 bool mfVMMDevInited; 102 103 const ComObjPtr<EventSource> mEventSource; 99 104 }; 100 105
Note:
See TracChangeset
for help on using the changeset viewer.