From: Maxim Mamontov Date: Mon, 7 Oct 2013 22:06:18 +0000 (+0300) Subject: Temporarily disabled unimplemented code. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/9cd40c09380f9f681366abd51b4789869cb1dd23 Temporarily disabled unimplemented code. --- diff --git a/stglibs/srvconf.lib/servconf.cpp b/stglibs/srvconf.lib/servconf.cpp index 85d19d48..f8d737a0 100644 --- a/stglibs/srvconf.lib/servconf.cpp +++ b/stglibs/srvconf.lib/servconf.cpp @@ -26,9 +26,9 @@ #include "parsers/get_admins.h" #include "parsers/get_admin.h" -#include "parsers/chg_admin.h" +/*#include "parsers/chg_admin.h" #include "parsers/add_admin.h" -#include "parsers/del_admin.h" +#include "parsers/del_admin.h"*/ #include "parsers/auth_by.h" #include "parsers/check_user.h" @@ -119,7 +119,7 @@ int SERVCONF::GetAdmin(const std::string & login, GET_ADMIN::CALLBACK f, void * return pImpl->Exec("", f, data); } -int SERVCONF::ChgAdmin(const std::string & login, const ADMIN_CONF_RES & conf, CHG_ADMIN::CALLBACK f, void * data) +/*int SERVCONF::ChgAdmin(const std::string & login, const ADMIN_CONF_RES & conf, CHG_ADMIN::CALLBACK f, void * data) { return pImpl->Exec("" + CHG_ADMIN::Serialize(conf) + "", f, data); } @@ -135,7 +135,7 @@ return pImpl->Exec("" + CHG int SERVCONF::DelAdmin(const std::string & login, DEL_ADMIN::CALLBACK f, void * data) { return pImpl->Exec("", f, data); -} +}*/ // -- Users --