Changeset 85302 in vbox
- Timestamp:
- Jul 13, 2020 10:08:26 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r85301 r85302 3719 3719 { 3720 3720 ComPtr<IEvent> ptrEvent; 3721 HRESULT hrc = CreateGuestPropertyChangedEvent(ptrEvent.asOutParam(), m->pEventSource,3722 aMachineId.toUtf16().raw(), aName, aValue, aFlags);3721 HRESULT hrc = ::CreateGuestPropertyChangedEvent(ptrEvent.asOutParam(), m->pEventSource, 3722 aMachineId.toUtf16().raw(), aName, aValue, aFlags); 3723 3723 AssertComRCReturnVoid(hrc); 3724 3724 i_postEvent(new AsyncEvent(this, ptrEvent));
Note:
See TracChangeset
for help on using the changeset viewer.

