Changeset 49594 in vbox
- Timestamp:
- Nov 21, 2013 5:03:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r49586 r49594 2416 2416 } 2417 2417 } 2418 catch (HRESULT arc)2418 catch (HRESULT /*arc*/) 2419 2419 { 2420 2420 throw; … … 2480 2480 pProgress); 2481 2481 if (FAILED(rc)) throw rc; 2482 2483 2484 2482 2485 2483 /* Advance to the next operation. */ … … 2964 2962 catch(HRESULT aRC) 2965 2963 { 2966 com::ErrorInfo info (this, COM_IIDOF(IAppliance));2964 com::ErrorInfo info; 2967 2965 2968 2966 if (stack.fSessionOpen) … … 3253 3251 catch(HRESULT aRC) 3254 3252 { 3255 com::ErrorInfo info (this, COM_IIDOF(IAppliance));3253 com::ErrorInfo info; 3256 3254 3257 3255 if (stack.fSessionOpen)
Note:
See TracChangeset
for help on using the changeset viewer.