X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/db33c64eab7528d3eb95b53332d80a5f8f4b80b2..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/configuration/rpcconfig/user_helper.h?ds=inline diff --git a/projects/stargazer/plugins/configuration/rpcconfig/user_helper.h b/projects/stargazer/plugins/configuration/rpcconfig/user_helper.h deleted file mode 100644 index ab5fd32f..00000000 --- a/projects/stargazer/plugins/configuration/rpcconfig/user_helper.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef __USER_HELPER_H__ -#define __USER_HELPER_H__ - -#include - -#include - -#include "../../../users.h" - -class ADMIN; -class BASE_STORE; -class TARIFFS; - -class USER_HELPER -{ -public: - USER_HELPER(user_iter & it) - : iter(it) - { - } - - void GetUserInfo(xmlrpc_c::value * info, - bool hidePassword = false); - bool SetUserInfo(const xmlrpc_c::value & info, - const ADMIN & admin, - const std::string & login, - const BASE_STORE & store, - TARIFFS * tariffs); -private: - user_iter & iter; -}; - -#endif