Changeset 77079 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 31, 2019 4:05:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r76958 r77079 1066 1066 public: 1067 1067 1068 GuestWaitEvent(uint32_t uCID); 1069 GuestWaitEvent(uint32_t uCID, const GuestEventTypes &lstEvents); 1068 GuestWaitEvent(void); 1070 1069 virtual ~GuestWaitEvent(void); 1071 1070 1072 1071 public: 1073 1072 1073 int Init(uint32_t uCID); 1074 int Init(uint32_t uCID, const GuestEventTypes &lstEvents); 1074 1075 int Cancel(void); 1075 1076 const ComPtr<IEvent> Event(void) { return mEvent; } … … 1079 1080 const GuestEventTypes &Types(void) { return mEventTypes; } 1080 1081 size_t TypeCount(void) { return mEventTypes.size(); } 1081 1082 protected:1083 1084 int Init(uint32_t uCID);1085 1082 1086 1083 protected:
Note:
See TracChangeset
for help on using the changeset viewer.