Changeset 17157 in vbox for trunk/src/VBox
- Timestamp:
- Feb 26, 2009 11:26:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17152 r17157 291 291 HRESULT Appliance::init(VirtualBox *aVirtualBox) 292 292 { 293 HRESULT rc;294 295 293 /* Enclose the state transition NotReady->InInit->Ready */ 296 294 AutoInitSpan autoInitSpan(this); … … 1630 1628 /* Figure out how many sub operation the import will need */ 1631 1629 /* One for the appliance */ 1632 int opCount = 1;1630 size_t opCount = 1; 1633 1631 list< ComObjPtr<VirtualSystemDescription> >::const_iterator it; 1634 1632 for (it = m->virtualSystemDescriptions.begin(); … … 2024 2022 fSessionOpen = true; 2025 2023 2026 int result;2027 2024 /* The disk image has to be on the same place as the OVF file. So 2028 2025 * strip the filename out of the full file path. */ … … 2253 2250 fSessionOpen = false; 2254 2251 } 2255 catch(HRESULT aRC)2252 catch(HRESULT /* aRC */) 2256 2253 { 2257 2254 if (fSourceHdNeedsClosing)
Note:
See TracChangeset
for help on using the changeset viewer.