Changeset 47627 in vbox for trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
- Timestamp:
- Aug 9, 2013 8:31:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r47469 r47627 388 388 const ComPtr<IEvent> Event(void) { return mEvent; }; 389 389 const std::list<VBoxEventType_T> Types(void) { return mEventTypes; }; 390 size_t TypeCount(void) { return mEventTypes.size(); } 390 391 virtual int Signal(IEvent *pEvent); 391 392 int Wait(RTMSINTERVAL uTimeoutMS);
Note:
See TracChangeset
for help on using the changeset viewer.