VirtualBox

Changeset 74431 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 24, 2018 9:16:17 AM (6 years ago)
Author:
vboxsync
Message:

Main,GUI,VBoxManage: Provide API for proxy settings that picks up the current GUI settings and converts it to SystemProperties XML attributes. Adjusted GUI to use it. Updated VBoxMangage system properties handling accordingly. bugref:9249

File:
1 edited

Legend:

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

    r73768 r74431  
    318318    com::Utf8Str            strDefaultFrontend;
    319319    com::Utf8Str            strLoggingLevel;
    320     uint32_t                ulLogHistoryCount;
     320    com::Utf8Str            strProxyUrl;
     321    uint32_t                uProxyMode; /**< ProxyMode_T */
     322    uint32_t                uLogHistoryCount;
    321323    bool                    fExclusiveHwVirt;
    322324};
     
    422424    void buildUSBDeviceSources(xml::ElementNode &elmParent, const USBDeviceSourcesList &ll);
    423425    void readUSBDeviceSources(const xml::ElementNode &elmDeviceSources, USBDeviceSourcesList &ll);
     426    bool convertGuiProxySettings(const com::Utf8Str &strUIProxySettings);
    424427};
    425428
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