- Timestamp:
- Mar 10, 2020 5:09:00 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136398
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r83250 r83251 2563 2563 #ifdef VBOX_STRICT 2564 2564 /* If we forgot to set the progress object accordingly, let us know. */ 2565 HRESULTrcProgress;2565 LONG rcProgress; 2566 2566 AssertMsg( SUCCEEDED(mProgress->COMGETTER(ResultCode(&rcProgress))) 2567 2567 && FAILED(rcProgress), ("Task indicated an error (%Rrc), but progress did not indicate this (%Rhrc)\n",
Note:
See TracChangeset
for help on using the changeset viewer.