VirtualBox

Changeset 30608 in vbox for trunk/src


Ignore:
Timestamp:
Jul 5, 2010 12:40:35 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63334
Message:

GetEvent -> HRESULT, not int.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp

    r30606 r30608  
    329329
    330330        ComPtr<IEvent> ev;
    331         int vrc = es->GetEvent(listener, cMsWait, ev.asOutParam());
     331        rc = es->GetEvent(listener, cMsWait, ev.asOutParam());
    332332        if (ev)
    333333        {
    334             VBoxEventType_T aType ;
    335             vrc = ev->COMGETTER(Type)(&aType);
     334            VBoxEventType_T aType;
     335            rc = ev->COMGETTER(Type)(&aType);
    336336            switch (aType)
    337337            {
     
    342342                    Bstr aNextStrGuid;
    343343                    gpcev->COMGETTER(MachineId)(aNextStrGuid.asOutParam());
    344                     if (aMachGuid  != Guid(aNextStrGuid))
     344                    if (aMachGuid != Guid(aNextStrGuid))
    345345                        continue;
    346346                    Bstr aNextName;
Note: See TracChangeset for help on using the changeset viewer.

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