]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariffs_impl.cpp
Rename BASE_AUTH and BASE_STORE to AUTH and STORE
[stg.git] / projects / stargazer / tariffs_impl.cpp
index 2caf17aa77c618082c57dbcf6da19a20ac73a74b..32de49716d960ac152f3d4c63a2652a1b0dfe977 100644 (file)
 #include "tariffs_impl.h"
 #include "stg_locker.h"
 #include "stg_logger.h"
-#include "base_store.h"
+#include "store.h"
 #include "admin.h"
 
 using namespace std;
 
 //-----------------------------------------------------------------------------
-TARIFFS_IMPL::TARIFFS_IMPL(BASE_STORE * st)
+TARIFFS_IMPL::TARIFFS_IMPL(STORE * st)
     : tariffs(),
       store(st),
       WriteServLog(GetStgLogger()),