]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/user_helper.h
Rename BASE_AUTH and BASE_STORE to AUTH and STORE
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / user_helper.h
index 6421a467805be914ba89f417e2a8c018ac52144b..63d1da0756aa4428d97f7548f3fa1ba11b4ebdb4 100644 (file)
@@ -4,9 +4,12 @@
 #include <string>
 
 #include <xmlrpc-c/base.hpp>
-#include "../../../users.h"
-#include "../../../admin.h"
-#include "base_store.h"
+
+#include "users.h"
+
+class ADMIN;
+class STORE;
+class TARIFFS;
 
 class USER_HELPER
 {
@@ -21,7 +24,8 @@ public:
     bool SetUserInfo(const xmlrpc_c::value & info,
                      const ADMIN & admin,
                      const std::string & login,
-                     const BASE_STORE & store);
+                     const STORE & store,
+                     TARIFFS * tariffs);
 private:
     user_iter & iter;
 };