Changeset 20220 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jun 3, 2009 8:40:29 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r20212 r20220 162 162 163 163 /* complete the line. */ 164 ULONG iRc;164 LONG iRc; 165 165 if (SUCCEEDED(progress->COMGETTER(ResultCode)(&iRc))) 166 166 { … … 531 531 ASSERT(completed); 532 532 533 ULONG iRc;533 LONG iRc; 534 534 CHECK_ERROR_RET(progress, COMGETTER(ResultCode)(&iRc), rc); 535 535 if (FAILED(iRc)) … … 611 611 showProgress(progress); 612 612 613 ULONG iRc;613 LONG iRc; 614 614 progress->COMGETTER(ResultCode)(&iRc); 615 615 if (FAILED(iRc))
Note:
See TracChangeset
for help on using the changeset viewer.