Changeset 52858 in vbox for trunk/src/VBox
- Timestamp:
- Sep 25, 2014 11:23:52 AM (10 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/KeyboardImpl.h
r52400 r52858 20 20 21 21 #include "KeyboardWrap.h" 22 #include "ConsoleEvents.h"23 22 #include "EventImpl.h" 24 23 … … 40 39 int scan; 41 40 }; 42 // template instantiation43 typedef ConsoleEventBuffer<KeyboardEvent> KeyboardEventBuffer;44 45 41 class Console; 46 42 -
trunk/src/VBox/Main/include/MouseImpl.h
r50613 r52858 20 20 21 21 #include "MouseWrap.h" 22 #include "ConsoleEvents.h"23 22 #include "ConsoleImpl.h" 24 23 #include "EventImpl.h"
Note:
See TracChangeset
for help on using the changeset viewer.