Changeset 90770 in vbox
- Timestamp:
- Aug 21, 2021 1:35:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/listeners.h
r82968 r90770 168 168 { 169 169 VBoxEventType_T aType = VBoxEventType_Invalid; 170 aEvent->COMGETTER(Type)(&aType); 170 HRESULT hrc = aEvent->COMGETTER(Type)(&aType); 171 AssertMsg(SUCCEEDED(hrc), ("hrc=%Rhrc\n", hrc)); RT_NOREF(hrc); 171 172 return mListener->HandleEvent(aType, aEvent); 172 173 }
Note:
See TracChangeset
for help on using the changeset viewer.