VirtualBox

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


Ignore:
Timestamp:
Jun 17, 2011 12:12:29 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72367
Message:

Main;FE;CloneVM: add clone options; regenerate MACs of all network adapters dependent of the user option; docs

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

Legend:

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

    r37492 r37531  
    529529    STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, BOOL tryToUnbind));
    530530    STDMETHOD(DetachHostPciDevice(LONG hostAddress));
    531     STDMETHOD(CloneTo(IMachine *aTarget, CloneMode_T mode, BOOL aFullClone, IProgress **aProgress));
     531    STDMETHOD(CloneTo(IMachine *pTarget, CloneMode_T mode, ComSafeArrayIn(CloneOptions_T, options), IProgress **pProgress));
    532532    // public methods only for internal purposes
    533533
  • trunk/src/VBox/Main/include/MachineImplCloneVM.h

    r37491 r37531  
    2727{
    2828public:
    29     MachineCloneVM(ComObjPtr<Machine> pSrcMachine, ComObjPtr<Machine> pTrgMachine, CloneMode_T mode, bool fFullClone);
     29    MachineCloneVM(ComObjPtr<Machine> pSrcMachine, ComObjPtr<Machine> pTrgMachine, CloneMode_T mode, const RTCList<CloneOptions_T> &opts);
    3030    ~MachineCloneVM();
    3131
Note: See TracChangeset for help on using the changeset viewer.

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