Changeset 78859 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- May 29, 2019 8:02:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r78857 r78859 1130 1130 * It's not a normal usage case, but we try to re-use some OVF stuff to friend 1131 1131 * the cloud import with OVF import. 1132 * In the standard case the ovf::OVFReader is created in the Appliance::i_readOVFFile(). 1133 * We need the existing m->pReader for Appliance::i_importCloudImpl() where we re-use OVF logic. */ 1132 * In the standard case the ovf::OVFReader is created in the Appliance::i_readOVFFile(). 1133 * We need the existing m->pReader for Appliance::i_importCloudImpl() where we re-use OVF logic. */ 1134 1134 m->pReader = new ovf::OVFReader(); 1135 1135 } … … 1517 1517 vsdData = aVBoxValues[0]; 1518 1518 1519 /** TODO:1519 /** @todo 1520 1520 * future function which will eliminate the temporary objects created during the first phase. 1521 1521 * hrc = cloud.EliminateImportLeavings(aVBoxValues[0], pProgress); */
Note:
See TracChangeset
for help on using the changeset viewer.