Changeset 43288 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 11, 2012 10:36:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r43259 r43288 1465 1465 1466 1466 vrc = pEvent->Wait(uTimeoutMS); 1467 LogFlowThisFunc(("Waiting completed with rc=%Rrc\n", vrc)); 1467 1468 if (RT_SUCCESS(vrc)) 1468 1469 { … … 1745 1746 case VERR_GENERAL_FAILURE: /** @todo Special guest control rc needed! */ 1746 1747 hr = GuestProcess::setErrorExternal(this, guestRc); 1748 break; 1749 1750 case VERR_TIMEOUT: 1751 *aReason = ProcessWaitResult_Timeout; 1747 1752 break; 1748 1753
Note:
See TracChangeset
for help on using the changeset viewer.