Changeset 52720 in vbox
- Timestamp:
- Sep 12, 2014 12:59:15 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96061
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/EventImpl.h
r52719 r52720 53 53 54 54 class ATL_NO_VTABLE VBoxVetoEvent : 55 public virtualVetoEventWrap55 public VetoEventWrap 56 56 { 57 57 public: -
trunk/src/VBox/Main/src-all/EventImpl.cpp
r52719 r52720 1367 1367 NS_DECL_CLASSINFO(PassiveEventListener) 1368 1368 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(PassiveEventListener, IEventListener) 1369 NS_IMPL_ISUPPORTS_INHERITED1(VBoxVetoEvent, VBoxEvent, IVetoEvent)1370 1369 NS_DECL_CLASSINFO(EventSourceAggregator) 1371 1370 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(EventSourceAggregator, IEventSource)
Note:
See TracChangeset
for help on using the changeset viewer.