Changeset 43943 in vbox for trunk/include
- Timestamp:
- Nov 22, 2012 5:00:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/EventQueue.h
r31598 r43943 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 89 89 90 90 EventQueue(); 91 ~EventQueue(); 91 ~EventQueue(); /** @todo r=andy Why not virtual? */ 92 92 93 93 BOOL postEvent(Event *event);
Note:
See TracChangeset
for help on using the changeset viewer.