From 9cd40c09380f9f681366abd51b4789869cb1dd23 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 8 Oct 2013 01:06:18 +0300 Subject: [PATCH] Temporarily disabled unimplemented code. --- stglibs/srvconf.lib/servconf.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- -- 2.43.2