VirtualBox

Changeset 43041 in vbox for trunk/include/VBox/settings.h


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r42838 r43041  
    10161016{
    10171017    MachineUserData()
    1018         : fNameSync(true),
     1018        : fDirectoryIncludesUUID(false),
     1019          fNameSync(true),
    10191020          fTeleporterEnabled(false),
    10201021          uTeleporterPort(0),
     
    10301031    {
    10311032        return    (strName                    == c.strName)
     1033               && (fDirectoryIncludesUUID     == c.fDirectoryIncludesUUID)
    10321034               && (fNameSync                  == c.fNameSync)
    10331035               && (strDescription             == c.strDescription)
     
    10481050
    10491051    com::Utf8Str            strName;
     1052    bool                    fDirectoryIncludesUUID;
    10501053    bool                    fNameSync;
    10511054    com::Utf8Str            strDescription;
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