VirtualBox

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


Ignore:
Timestamp:
Sep 11, 2012 10:36:00 AM (12 years ago)
Author:
vboxsync
Message:

GuestProcessImpl/WaitFor: Don't set an error when timing out.

File:
1 edited

Legend:

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

    r43259 r43288  
    14651465
    14661466        vrc = pEvent->Wait(uTimeoutMS);
     1467        LogFlowThisFunc(("Waiting completed with rc=%Rrc\n", vrc));
    14671468        if (RT_SUCCESS(vrc))
    14681469        {
     
    17451746            case VERR_GENERAL_FAILURE: /** @todo Special guest control rc needed! */
    17461747                hr = GuestProcess::setErrorExternal(this, guestRc);
     1748                break;
     1749
     1750            case VERR_TIMEOUT:
     1751                *aReason = ProcessWaitResult_Timeout;
    17471752                break;
    17481753
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