VirtualBox

Changeset 84343 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 18, 2020 6:27:08 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138025
Message:

Main: Adjusted AutoCaller.rc() to AutoCaller.isOk() in two places as VC++ 14.2 warned about bool conversion. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r83741 r84343  
    25852585        ComObjPtr<GuestProcess> pCurProc = itProcs->second;
    25862586        AutoCaller procCaller(pCurProc);
    2587         if (procCaller.rc())
     2587        if (!procCaller.isOk())
    25882588            return VERR_COM_INVALID_OBJECT_STATE;
    25892589
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