Changeset 42674 in vbox for trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
- Timestamp:
- Aug 8, 2012 8:14:13 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r42673 r42674 1371 1371 1372 1372 GuestProcessWaitResult waitRes; 1373 intrc = waitFor(ProcessWaitForFlag_Start, uTimeoutMS, waitRes);1373 rc = waitFor(ProcessWaitForFlag_Start, uTimeoutMS, waitRes); 1374 1374 if ( RT_FAILURE(rc) 1375 1375 || ( waitRes.mResult == ProcessWaitResult_Start
Note:
See TracChangeset
for help on using the changeset viewer.