mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 07:41:08 -04:00
convert RSNET_NATHOLE to enum class
This commit is contained in:
parent
f81755e320
commit
d310102808
10 changed files with 69 additions and 95 deletions
|
@ -77,7 +77,7 @@ virtual uint32_t getUserLevel();
|
|||
virtual uint32_t getNetState();
|
||||
virtual RsNetworkMode getNetworkMode();
|
||||
virtual RsNatTypeMode getNatTypeMode();
|
||||
virtual uint32_t getNatHoleMode();
|
||||
virtual RsNatHoleMode getNatHoleMode();
|
||||
virtual uint32_t getConnectModes();
|
||||
|
||||
virtual bool getConfigurationOption(uint32_t key, std::string &opt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue