Changeset 36523 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Apr 4, 2011 12:40:10 PM (14 years ago)
- Location:
- trunk/src/VBox/Main/src-server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r35368 r36523 1880 1880 } 1881 1881 } 1882 catch ( iprt::Error &x) // includes all XML exceptions1882 catch (RTCError &x) // includes all XML exceptions 1883 1883 { 1884 1884 rc = setError(VBOX_E_FILE_ERROR, -
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r35368 r36523 932 932 m->pReader = new ovf::OVFReader(pvTmpBuf, cbSize, pTask->locInfo.strPath); 933 933 } 934 catch ( iprt::Error &x) // includes all XML exceptions934 catch (RTCError &x) // includes all XML exceptions 935 935 { 936 936 rc = setError(VBOX_E_FILE_ERROR, -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r36439 r36523 3890 3890 throw; 3891 3891 } 3892 catch (const iprt::Error &err) // includes all XML exceptions3892 catch (const RTCError &err) // includes all XML exceptions 3893 3893 { 3894 3894 return setErrorStatic(E_FAIL,
Note:
See TracChangeset
for help on using the changeset viewer.