Changeset 42179 in vbox
- Timestamp:
- Jul 17, 2012 12:42:32 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/settings.h (modified) (1 diff)
-
src/VBox/Main/xml/Settings.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r42176 r42179 232 232 com::Utf8Str strWebServiceAuthLibrary; 233 233 com::Utf8Str strDefaultVRDEExtPack; 234 com::Utf8Str strAutostartDatabasePath; 234 235 uint32_t ulLogHistoryCount; 235 236 }; -
trunk/src/VBox/Main/xml/Settings.cpp
r42176 r42179 1294 1294 pelmGlobalChild->getAttributeValue("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack); 1295 1295 pelmGlobalChild->getAttributeValue("LogHistoryCount", systemProperties.ulLogHistoryCount); 1296 pelmGlobalChild->getAttributeValue("autostartDatabasePath", systemProperties.strAutostartDatabasePath); 1296 1297 } 1297 1298 else if (pelmGlobalChild->nameEquals("ExtraData")) … … 1404 1405 pelmSysProps->setAttribute("defaultVRDEExtPack", systemProperties.strDefaultVRDEExtPack); 1405 1406 pelmSysProps->setAttribute("LogHistoryCount", systemProperties.ulLogHistoryCount); 1407 if (systemProperties.strAutostartDatabasePath.length()) 1408 pelmSysProps->setAttribute("autostartDatabasePath", systemProperties.strAutostartDatabasePath); 1406 1409 1407 1410 buildUSBDeviceFilters(*pelmGlobal->createChild("USBDeviceFilters"),
Note:
See TracChangeset
for help on using the changeset viewer.

