VirtualBox

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


Ignore:
Timestamp:
Aug 28, 2012 1:58:40 PM (12 years ago)
Author:
vboxsync
Message:

Main/VirtualBox: final API change, cleans up optional parameters to IVirtualBox::createMachine, preparing for adding more flags.

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

Legend:

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

    r42890 r43041  
    353353                 GuestOSType *aOsType,
    354354                 const Guid &aId,
    355                  bool fForceOverwrite);
     355                 bool fForceOverwrite,
     356                 bool fDirectoryIncludesUUID);
    356357
    357358    // initializer for loading existing machine XML (either registered or not)
  • trunk/src/VBox/Main/include/VirtualBoxImpl.h

    r42888 r43041  
    127127
    128128    /* IVirtualBox methods */
    129     STDMETHOD(ComposeMachineFilename)(IN_BSTR aName, IN_BSTR aGroup, IN_BSTR aBaseFolder, BSTR *aFilename);
     129    STDMETHOD(ComposeMachineFilename)(IN_BSTR aName, IN_BSTR aGroup, IN_BSTR aCreateFlags, IN_BSTR aBaseFolder, BSTR *aFilename);
    130130    STDMETHOD(CreateMachine)(IN_BSTR aSettingsFile,
    131131                             IN_BSTR aName,
    132132                             ComSafeArrayIn(IN_BSTR, aGroups),
    133133                             IN_BSTR aOsTypeId,
    134                              IN_BSTR aId,
    135                              BOOL forceOverwrite,
     134                             IN_BSTR aCreateFlags,
    136135                             IMachine **aMachine);
    137136    STDMETHOD(OpenMachine)(IN_BSTR aSettingsFile, IMachine **aMachine);
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