X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ede91934442fd804d7b818971a44e3ad795cb01f..5178870c9c7f80d0c6f1b715d0131320d8f5bc90:/projects/stargazer/plugins/store/firebird/firebird_store.h diff --git a/projects/stargazer/plugins/store/firebird/firebird_store.h b/projects/stargazer/plugins/store/firebird/firebird_store.h index 45cf4f8d..73c2f19e 100644 --- a/projects/stargazer/plugins/store/firebird/firebird_store.h +++ b/projects/stargazer/plugins/store/firebird/firebird_store.h @@ -34,9 +34,9 @@ #include #include -#include "store.h" -#include "stg_locker.h" -#include "ibpp.h" +#include "stg/store.h" +#include "stg/stg_locker.h" +#include "stg/ibpp.h" struct ToLower { char operator() (char c) const { return std::tolower(c); } @@ -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