VirtualBox

Changeset 92133 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 28, 2021 10:43:36 AM (3 years ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage: Allow changing the localhost reachable flag for the NAT attachment type, bugref:9896

File:
1 edited

Legend:

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

    r91416 r92133  
    222222public:
    223223    bool fileExists();
     224    SettingsVersion_T getSettingsVersion();
    224225
    225226    void copyBaseFrom(const ConfigFileBase &b);
     
    774775    bool areAliasDefaultSettings() const;
    775776    bool areTFTPDefaultSettings() const;
    776     bool areDefaultSettings() const;
     777    bool areLocalhostReachableDefaultSettings(SettingsVersion_T sv) const;
     778    bool areDefaultSettings(SettingsVersion_T sv) const;
    777779
    778780    bool operator==(const NAT &n) const;
     
    794796    bool                    fAliasProxyOnly;
    795797    bool                    fAliasUseSamePorts;
     798    bool                    fLocalhostReachable;
    796799    NATRulesMap             mapRules;
    797800};
     
    808811    bool areGenericDriverDefaultSettings() const;
    809812    bool areDefaultSettings(SettingsVersion_T sv) const;
    810     bool areDisabledDefaultSettings() const;
     813    bool areDisabledDefaultSettings(SettingsVersion_T sv) const;
    811814
    812815    bool operator==(const NetworkAdapter &n) const;
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