VirtualBox

Changeset 37862 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jul 11, 2011 10:09:29 AM (13 years ago)
Author:
vboxsync
Message:

Main-OVF;FE/*: allow to specify if MAC addresses should be reinitialized on OVF/OVA import

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ApplianceImpl.h

    r35638 r37862  
    9797    STDMETHOD(Read)(IN_BSTR path, IProgress **aProgress);
    9898    STDMETHOD(Interpret)(void);
    99     STDMETHOD(ImportMachines)(IProgress **aProgress);
     99    STDMETHOD(ImportMachines)(ComSafeArrayIn(ImportOptions_T, options), IProgress **aProgress);
    100100    /* Export methods */
    101101    STDMETHOD(CreateVFSExplorer)(IN_BSTR aURI, IVFSExplorer **aExplorer);
  • trunk/src/VBox/Main/include/ApplianceImplPrivate.h

    r34101 r37862  
    7373    LocationInfo        locInfo;        // location info for the currently processed OVF
    7474    bool                fManifest;      // Create a manifest file on export
     75    RTCList<ImportOptions_T> optList;
    7576
    7677    ovf::OVFReader      *pReader;
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