VirtualBox

Changeset 85302 in vbox


Ignore:
Timestamp:
Jul 13, 2020 10:08:26 AM (4 years ago)
Author:
vboxsync
Message:

Main: CreateXxxxEvent -> ::CreateXxxxEvent. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r85301 r85302  
    37193719{
    37203720    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);
    37233723    AssertComRCReturnVoid(hrc);
    37243724    i_postEvent(new AsyncEvent(this, ptrEvent));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette