Changeset 85287 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 12, 2020 11:44:17 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r85286 r85287 3323 3323 HRESULT hrc = CreateExtraDataCanChangeEvent(ptrEvent.asOutParam(), m->pEventSource, aId.toUtf16().raw(), aKey, aValue); 3324 3324 AssertComRCReturn(hrc, TRUE); 3325 i_postEvent(new AsyncEvent(this, ptrEvent));3326 3325 3327 3326 VBoxEventDesc EvtDesc(ptrEvent, m->pEventSource);
Note:
See TracChangeset
for help on using the changeset viewer.