]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store.h
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store.h
index 2bd094bd3bf043859c655ccb2538a8b7a646d551..69815fe57215fd7967bc6f8190fc066f380cc573 100644 (file)
@@ -35,7 +35,7 @@
 #include <map>
 
 #include "stg/store.h"
-#include "stg/stg_locker.h"
+#include "stg/locker.h"
 #include "stg/ibpp.h"
 
 struct ToLower {
@@ -127,8 +127,8 @@ private:
     int SaveStat(const USER_STAT & stat, const std::string & login, int year = 0, int month = 0) const;
 };
 
-time_t ts2time_t(const IBPP::Timestamp & ts) const;
-void time_t2ts(time_t t, IBPP::Timestamp * ts) const;
-void ym2date(int year, int month, IBPP::Date * date) const;
+time_t ts2time_t(const IBPP::Timestamp & ts);
+void time_t2ts(time_t t, IBPP::Timestamp * ts);
+void ym2date(int year, int month, IBPP::Date * date);
 
 #endif //FIREBIRD_STORE_H