VirtualBox

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


Ignore:
Timestamp:
Jul 27, 2017 9:44:28 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117218
Message:

Unattended: Moved the createUnattendedInstaller method from IMachine to IVirtualBox as we will be needing it without a virtual machine in a new-vm-from-installation-iso wizard.

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

Legend:

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

    r68024 r68133  
    11981198    HRESULT restoreSnapshot(const ComPtr<ISnapshot> &aSnapshot,
    11991199                            ComPtr<IProgress> &aProgress);
    1200     HRESULT createUnattendedInstaller(ComPtr<IUnattended> &aUnattended);
    12011200    HRESULT applyDefaults(const com::Utf8Str &aFlags);
    12021201
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r66938 r68133  
    300300                             std::vector<MachineState_T> &aStates);
    301301    HRESULT createAppliance(ComPtr<IAppliance> &aAppliance);
     302    HRESULT createUnattendedInstaller(ComPtr<IUnattended> &aUnattended);
    302303    HRESULT createMedium(const com::Utf8Str &aFormat,
    303304                         const com::Utf8Str &aLocation,
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