VirtualBox

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


Ignore:
Timestamp:
Mar 7, 2013 10:36:42 AM (12 years ago)
Author:
vboxsync
Message:

Main/SystemProperties+Machine: new config setting for default VM frontend.
Frontend/VirtualBox+VBoxManage: changes to use the default VM frontend when starting a VM, other minor cleanups
Main/xml/*.xsd: attempt to bring the XML schema close to reality
doc/manual: document the new possibilities, and fix a few long standing inaccuracies

File:
1 edited

Legend:

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

    r44191 r44948  
    1818
    1919/*
    20  * Copyright (C) 2007-2012 Oracle Corporation
     20 * Copyright (C) 2007-2013 Oracle Corporation
    2121 *
    2222 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    234234    com::Utf8Str            strAutostartDatabasePath;
    235235    com::Utf8Str            strDefaultAdditionsISO;
     236    com::Utf8Str            strDefaultFrontend;
    236237    uint32_t                ulLogHistoryCount;
    237238};
     
    815816    IOSettings          ioSettings;             // requires settings version 1.10 (VirtualBox 3.2)
    816817    HostPCIDeviceAttachmentList pciAttachments; // requires settings version 1.12 (VirtualBox 4.1)
     818
     819    com::Utf8Str        strDefaultFrontend;     // requires settings version 1.14 (VirtualBox 4.3)
    817820};
    818821
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