mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-25 10:12:52 -04:00
@@ -104,6 +104,7 @@ public:
|
||||
static const int getClientHashTableSize ();
|
||||
static const int getLagReportThreshold ();
|
||||
|
||||
static bool getValidateStationKey();
|
||||
static const char * getSessionServers();
|
||||
static const int getSessionType();
|
||||
static bool getDisableSessionLogout();
|
||||
@@ -348,6 +349,15 @@ inline const int ConfigConnectionServer::getLagReportThreshold()
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
//------------------------------------------------------------------------------------------
|
||||
|
||||
inline bool ConfigConnectionServer::getValidateStationKey()
|
||||
{
|
||||
return data->validateStationKey;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------------
|
||||
|
||||
inline const char * ConfigConnectionServer::getSessionServers()
|
||||
{
|
||||
return data->sessionServers;
|
||||
|
||||
Reference in New Issue
Block a user