Changeset 46372 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jun 4, 2013 8:47:43 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/ErrorInfo.cpp
r45805 r46372 43 43 // 44 44 //////////////////////////////////////////////////////////////////////////////// 45 46 HRESULT ErrorInfo::getVirtualBoxErrorInfo(ComPtr<IVirtualBoxErrorInfo> &pVirtualBoxErrorInfo) 47 { 48 HRESULT rc = S_OK; 49 if (mErrorInfo) 50 rc = mErrorInfo.queryInterfaceTo(pVirtualBoxErrorInfo.asOutParam()); 51 else 52 pVirtualBoxErrorInfo.setNull(); 53 return rc; 54 } 45 55 46 56 void ErrorInfo::copyFrom(const ErrorInfo &x)
Note:
See TracChangeset
for help on using the changeset viewer.