- Timestamp:
- Oct 22, 2010 4:47:32 PM (14 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplImport.cpp
r33362 r33368 1661 1661 */ 1662 1662 void Appliance::importOneDiskImage(const ovf::DiskImage &di, 1663 Utf8StrstrTargetPath,1663 const Utf8Str &strTargetPath, 1664 1664 ComObjPtr<Medium> &pTargetHD, 1665 1665 ImportStack &stack, … … 1675 1675 SystemProperties *pSysProps = mVirtualBox->getSystemProperties(); 1676 1676 1677 // strTargetPath = "8d5193b2-82a0-4d53-be95-b7557238b000";1678 1677 /* First of all check if the path is an UUID. If so, the user like to 1679 1678 * import the disk into an existing path. This is useful for iSCSI for -
trunk/src/VBox/Main/include/ApplianceImpl.h
r33353 r33368 178 178 179 179 void importOneDiskImage(const ovf::DiskImage &di, 180 Utf8StrstrTargetPath,180 const Utf8Str &strTargetPath, 181 181 ComObjPtr<Medium> &pTargetHD, 182 182 ImportStack &stack,
Note:
See TracChangeset
for help on using the changeset viewer.