VirtualBox

Changeset 33368 in vbox for trunk


Ignore:
Timestamp:
Oct 22, 2010 4:47:32 PM (14 years ago)
Author:
vboxsync
Message:

Main-OVF: back to const ref

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r33362 r33368  
    16611661 */
    16621662void Appliance::importOneDiskImage(const ovf::DiskImage &di,
    1663                                    Utf8Str strTargetPath,
     1663                                   const Utf8Str &strTargetPath,
    16641664                                   ComObjPtr<Medium> &pTargetHD,
    16651665                                   ImportStack &stack,
     
    16751675    SystemProperties *pSysProps = mVirtualBox->getSystemProperties();
    16761676
    1677 //    strTargetPath = "8d5193b2-82a0-4d53-be95-b7557238b000";
    16781677    /* First of all check if the path is an UUID. If so, the user like to
    16791678     * import the disk into an existing path. This is useful for iSCSI for
  • trunk/src/VBox/Main/include/ApplianceImpl.h

    r33353 r33368  
    178178
    179179    void importOneDiskImage(const ovf::DiskImage &di,
    180                             Utf8Str strTargetPath,
     180                            const Utf8Str &strTargetPath,
    181181                            ComObjPtr<Medium> &pTargetHD,
    182182                            ImportStack &stack,
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