X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/090b0586b6561e4b3aa87d8365026aad119150f9..d084d9ae9f7bcd7f7d1926e7eeae921dbad49273:/stglibs/srvconf.lib/include/stg/servconf.h?ds=sidebyside diff --git a/stglibs/srvconf.lib/include/stg/servconf.h b/stglibs/srvconf.lib/include/stg/servconf.h index 467671db..cd37e49e 100644 --- a/stglibs/srvconf.lib/include/stg/servconf.h +++ b/stglibs/srvconf.lib/include/stg/servconf.h @@ -43,6 +43,9 @@ class SERVCONF public: SERVCONF(const std::string & server, uint16_t port, const std::string & login, const std::string & password); + SERVCONF(const std::string & server, uint16_t port, + const std::string & localAddress, uint16_t localPort, + const std::string & login, const std::string & password); ~SERVCONF(); int ServerInfo(SERVER_INFO::CALLBACK f, void * data);