Changeset 35518 in vbox
- Timestamp:
- Jan 13, 2011 10:56:26 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp
r35368 r35518 355 355 ComPtr<IVirtualBoxErrorInfo> ptrErrorInfo; 356 356 hrc = pOtherProgress->COMGETTER(ErrorInfo)(ptrErrorInfo.asOutParam()); 357 if (SUCCEEDED(hrc) )357 if (SUCCEEDED(hrc) && !ptrErrorInfo.isNull()) 358 358 { 359 359 Bstr bstrIID;
Note:
See TracChangeset
for help on using the changeset viewer.