Revert "remove more dead code"

This reverts commit 7d03daec7d.
This commit is contained in:
DarthArgus
2016-04-18 03:57:01 +00:00
parent 9aeea8732e
commit cb1035d40e
3 changed files with 47 additions and 6 deletions
@@ -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;