X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e304bb6c8aa0206c34e3f4db6994d98214dcff39..51998949e60e2a7e86e4393b315cfb76a58ca80d:/projects/sgauth/settings_impl.h diff --git a/projects/sgauth/settings_impl.h b/projects/sgauth/settings_impl.h index 9354e18d..c5305b89 100644 --- a/projects/sgauth/settings_impl.h +++ b/projects/sgauth/settings_impl.h @@ -22,8 +22,7 @@ #define SETTINGS_IMPL_H #include - -#include "stg/os_int.h" +#include class SETTINGS_IMPL { public: @@ -37,6 +36,7 @@ public: const std::string & GetServerName() const { return serverName; } uint16_t GetServerPort() const { return port; } + const std::string & GetLocalName() const { return localName; } uint16_t GetLocalPort() const { return localPort; } const std::string & GetLogin() const { return login; } @@ -56,6 +56,7 @@ private: std::string password; std::string serverName; int port; + std::string localName; int localPort; uint32_t listenWebIP; int refreshPeriod;