Changeset 38627 in vbox
- Timestamp:
- Sep 5, 2011 9:54:02 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73834
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r38439 r38627 1456 1456 1457 1457 /* Validate flags. */ 1458 if (aFlags != 1458 if (aFlags != ExecuteProcessFlag_None) 1459 1459 { 1460 1460 if ( !(aFlags & ExecuteProcessFlag_IgnoreOrphanedProcesses) -
trunk/src/VBox/Main/src-client/GuestCtrlImplFile.cpp
r38439 r38627 87 87 88 88 case VERR_NOT_FOUND: 89 rc= setError(VBOX_E_IPRT_ERROR,89 hr = setError(VBOX_E_IPRT_ERROR, 90 90 Guest::tr("Unable to query file existence")); 91 91 break; -
trunk/src/VBox/Main/src-client/GuestCtrlImplTasks.cpp
r38579 r38627 465 465 aTask->strSource.c_str()); 466 466 } 467 else 468 rc = GuestTask::setProgressErrorInfo(rc, aTask->progress, pGuest); 467 469 468 470 /* Query file size to make an estimate for our progress object. */
Note:
See TracChangeset
for help on using the changeset viewer.