Changeset 33849 in vbox
- Timestamp:
- Nov 8, 2010 2:36:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/KeyboardImpl.h
r33061 r33849 5 5 6 6 /* 7 * Copyright (C) 2006-20 08Oracle Corporation7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 63 63 END_COM_MAP() 64 64 65 DECLARE_EMPTY_CTOR_DTOR 65 DECLARE_EMPTY_CTOR_DTOR(Keyboard) 66 66 67 67 HRESULT FinalConstruct(); … … 69 69 70 70 // public initializer/uninitializer for internal purposes only 71 HRESULT init 71 HRESULT init(Console *aParent); 72 72 void uninit(); 73 73 74 74 STDMETHOD(PutScancode)(LONG scancode); 75 STDMETHOD(PutScancodes)(ComSafeArrayIn 75 STDMETHOD(PutScancodes)(ComSafeArrayIn(LONG, scancodes), 76 76 ULONG *codesStored); 77 77 STDMETHOD(PutCAD)(); 78 78 79 STDMETHOD(COMGETTER(EventSource)) 79 STDMETHOD(COMGETTER(EventSource))(IEventSource ** aEventSource); 80 80 81 81 static const PDMDRVREG DrvReg;
Note:
See TracChangeset
for help on using the changeset viewer.