VirtualBox

Changeset 27903 in vbox


Ignore:
Timestamp:
Mar 31, 2010 2:11:15 PM (15 years ago)
Author:
vboxsync
Message:

Main/OVF: docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImplImport.cpp

    r27900 r27903  
    610610/**
    611611 * Implementation for reading an OVF. This starts a new thread which will call
    612  * Appliance::taskThreadImportOVF() which will then call readFS() or readS3().
     612 * Appliance::taskThreadImportOrExport() which will then call readFS() or readS3().
    613613 *
    614614 * This is in a separate private method because it is used from two locations:
    615615 *
    616616 * 1) from the public Appliance::Read().
    617  * 2) from Appliance::readS3(), which got called from a previous instance of Appliance::taskThreadImportOVF().
     617 * 2) from Appliance::readS3(), which got called from a previous instance of Appliance::taskThreadImportOrExport().
    618618 *
    619619 * @param aLocInfo
     
    658658
    659659/**
    660  * Actual worker code for reading an OVF from disk. This is called from Appliance::taskThreadImportOVF()
     660 * Actual worker code for reading an OVF from disk. This is called from Appliance::taskThreadImportOrExport()
    661661 * and therefore runs on the OVF read worker thread. This runs in two contexts:
    662662 *
     
    712712
    713713/**
    714  * Worker code for writing out OVF to the cloud. This is called from Appliance::taskThreadImportOVF()
     714 * Worker code for writing out OVF to the cloud. This is called from Appliance::taskThreadImportOrExport()
    715715 * in S3 mode and therefore runs on the OVF read worker thread. This then starts a second worker
    716716 * thread to create temporary files (see Appliance::readFS()).
     
    908908/**
    909909 * Implementation for importing OVF data into VirtualBox. This starts a new thread which will call
    910  * Appliance::taskThreadImportOVF().
     910 * Appliance::taskThreadImportOrExport().
    911911 *
    912912 * This is in a separate private method because it is used from two locations:
    913913 *
    914914 * 1) from the public Appliance::ImportMachines().
    915  * 2) from Appliance::importS3(), which got called from a previous instance of Appliance::taskThreadImportOVF().
     915 * 2) from Appliance::importS3(), which got called from a previous instance of Appliance::taskThreadImportOrExport().
    916916 *
    917917 * @param aLocInfo
     
    945945
    946946/**
    947  * Actual worker code for importing OVF data into VirtualBox. This is called from Appliance::taskThreadImportOVF()
     947 * Actual worker code for importing OVF data into VirtualBox. This is called from Appliance::taskThreadImportOrExport()
    948948 * and therefore runs on the OVF import worker thread. This runs in two contexts:
    949949 *
     
    17801780
    17811781/**
    1782  * Gets called from taskThreadImportOVF().
     1782 * Worker code for importing OVF from the cloud. This is called from Appliance::taskThreadImportOrExport()
     1783 * in S3 mode and therefore runs on the OVF import worker thread. This then starts a second worker
     1784 * thread to import from temporary files (see Appliance::importFS()).
    17831785 * @param pTask
    17841786 * @return
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette