VirtualBox

Changeset 42179 in vbox


Ignore:
Timestamp:
Jul 17, 2012 12:42:32 PM (12 years ago)
Author:
vboxsync
Message:

Missing changes

Location:
trunk
Files:
2 edited

Legend:

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

    r42176 r42179  
    232232    com::Utf8Str            strWebServiceAuthLibrary;
    233233    com::Utf8Str            strDefaultVRDEExtPack;
     234    com::Utf8Str            strAutostartDatabasePath;
    234235    uint32_t                ulLogHistoryCount;
    235236};
  • trunk/src/VBox/Main/xml/Settings.cpp

    r42176 r42179  
    12941294                        pelmGlobalChild->getAttributeValue("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack);
    12951295                        pelmGlobalChild->getAttributeValue("LogHistoryCount", systemProperties.ulLogHistoryCount);
     1296                        pelmGlobalChild->getAttributeValue("autostartDatabasePath", systemProperties.strAutostartDatabasePath);
    12961297                    }
    12971298                    else if (pelmGlobalChild->nameEquals("ExtraData"))
     
    14041405        pelmSysProps->setAttribute("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack);
    14051406    pelmSysProps->setAttribute("LogHistoryCount", systemProperties.ulLogHistoryCount);
     1407    if (systemProperties.strAutostartDatabasePath.length())
     1408        pelmSysProps->setAttribute("autostartDatabasePath", systemProperties.strAutostartDatabasePath);
    14061409
    14071410    buildUSBDeviceFilters(*pelmGlobal->createChild("USBDeviceFilters"),
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