Changeset 74431 in vbox for trunk/include/VBox
- Timestamp:
- Sep 24, 2018 9:16:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r73768 r74431 318 318 com::Utf8Str strDefaultFrontend; 319 319 com::Utf8Str strLoggingLevel; 320 uint32_t ulLogHistoryCount; 320 com::Utf8Str strProxyUrl; 321 uint32_t uProxyMode; /**< ProxyMode_T */ 322 uint32_t uLogHistoryCount; 321 323 bool fExclusiveHwVirt; 322 324 }; … … 422 424 void buildUSBDeviceSources(xml::ElementNode &elmParent, const USBDeviceSourcesList &ll); 423 425 void readUSBDeviceSources(const xml::ElementNode &elmDeviceSources, USBDeviceSourcesList &ll); 426 bool convertGuiProxySettings(const com::Utf8Str &strUIProxySettings); 424 427 }; 425 428
Note:
See TracChangeset
for help on using the changeset viewer.