Changeset 37531 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 17, 2011 12:12:29 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72367
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r37492 r37531 529 529 STDMETHOD(AttachHostPciDevice(LONG hostAddress, LONG desiredGuestAddress, BOOL tryToUnbind)); 530 530 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)); 532 532 // public methods only for internal purposes 533 533 -
trunk/src/VBox/Main/include/MachineImplCloneVM.h
r37491 r37531 27 27 { 28 28 public: 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); 30 30 ~MachineCloneVM(); 31 31
Note:
See TracChangeset
for help on using the changeset viewer.