]> 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 ab5fd32f089857f47a4168ff2bcf58e44209878b..63d1da0756aa4428d97f7548f3fa1ba11b4ebdb4 100644 (file)
@@ -5,10 +5,10 @@
 
 #include <xmlrpc-c/base.hpp>
 
-#include "../../../users.h"
+#include "users.h"
 
 class ADMIN;
-class BASE_STORE;
+class STORE;
 class TARIFFS;
 
 class USER_HELPER
@@ -24,7 +24,7 @@ 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;