mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
convert RSNET_NETSTATE to enum class
This commit is contained in:
parent
acda7b8cc4
commit
3f5dcecc4d
11 changed files with 87 additions and 135 deletions
|
@ -329,7 +329,7 @@ uint32_t p3ServerConfig::getUserLevel()
|
|||
}
|
||||
|
||||
|
||||
uint32_t p3ServerConfig::getNetState()
|
||||
RsNetState p3ServerConfig::getNetState()
|
||||
{
|
||||
return mNetMgr->getNetStateMode();
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ virtual std::string getRetroshareDataDirectory();
|
|||
|
||||
virtual uint32_t getUserLevel();
|
||||
|
||||
virtual uint32_t getNetState();
|
||||
virtual RsNetState getNetState();
|
||||
virtual RsNetworkMode getNetworkMode();
|
||||
virtual RsNatTypeMode getNatTypeMode();
|
||||
virtual RsNatHoleMode getNatHoleMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue