Changeset 92133 in vbox for trunk/include/VBox
- Timestamp:
- Oct 28, 2021 10:43:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r91416 r92133 222 222 public: 223 223 bool fileExists(); 224 SettingsVersion_T getSettingsVersion(); 224 225 225 226 void copyBaseFrom(const ConfigFileBase &b); … … 774 775 bool areAliasDefaultSettings() const; 775 776 bool areTFTPDefaultSettings() const; 776 bool areDefaultSettings() const; 777 bool areLocalhostReachableDefaultSettings(SettingsVersion_T sv) const; 778 bool areDefaultSettings(SettingsVersion_T sv) const; 777 779 778 780 bool operator==(const NAT &n) const; … … 794 796 bool fAliasProxyOnly; 795 797 bool fAliasUseSamePorts; 798 bool fLocalhostReachable; 796 799 NATRulesMap mapRules; 797 800 }; … … 808 811 bool areGenericDriverDefaultSettings() const; 809 812 bool areDefaultSettings(SettingsVersion_T sv) const; 810 bool areDisabledDefaultSettings( ) const;813 bool areDisabledDefaultSettings(SettingsVersion_T sv) const; 811 814 812 815 bool operator==(const NetworkAdapter &n) const;
Note:
See TracChangeset
for help on using the changeset viewer.