VirtualBox

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


Ignore:
Timestamp:
Jan 15, 2018 10:13:41 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120273
Message:

bugref:8345. First draft of move VM feature. There are some issues but base logic should stay the same. This code hasn't been built on Windows OSes yet.

File:
1 edited

Legend:

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

    r68938 r70582  
    827827
    828828    friend class MachineCloneVM;
    829 
     829    friend class MachineMoveVM;
    830830private:
    831831    // wrapped IMachine properties
     
    11881188                    const std::vector<CloneOptions_T> &aOptions,
    11891189                    ComPtr<IProgress> &aProgress);
     1190    HRESULT moveTo(const com::Utf8Str &aTargetPath,
     1191                   const com::Utf8Str &aType,
     1192                   ComPtr<IProgress> &aProgress);
    11901193    HRESULT saveState(ComPtr<IProgress> &aProgress);
    11911194    HRESULT adoptSavedState(const com::Utf8Str &aSavedStateFile);
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