Changeset 42928 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 22, 2012 6:59:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r42897 r42928 541 541 rc = processCreateExInteral(procInfo, pProcess); 542 542 if (RT_SUCCESS(rc)) 543 rc = pProcess->startProcess(); 544 if (RT_SUCCESS(rc)) 543 545 { 544 546 GuestProcessWaitResult waitRes;
Note:
See TracChangeset
for help on using the changeset viewer.