From: Elena Mamontova Date: Tue, 27 Sep 2016 12:41:50 +0000 (+0300) Subject: Ticket 37. Int2TS() and TS2Int() methods declare removed. X-Git-Tag: 2.409~75 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/e45f6152ef6a669c1e587004b1f04f87ebd01edc Ticket 37. Int2TS() and TS2Int() methods declare removed. --- diff --git a/projects/stargazer/plugins/store/postgresql/postgresql_store.h b/projects/stargazer/plugins/store/postgresql/postgresql_store.h index 72a2c22c..6bcb3cd0 100644 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store.h +++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.h @@ -128,9 +128,6 @@ private: int EscapeString(std::string & value) const; - std::string Int2TS(time_t value) const; - time_t TS2Int(const std::string & value) const; - int SaveStat(const USER_STAT & stat, const std::string & login, int year = 0, int month = 0) const; int SaveUserServices(uint32_t uid, const std::vector & services) const;