git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed "using namespace std;" from rscriptd.
[stg.git]
/
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 638067f2011516f1228af789cb3769f0757d4278..688f0e88651da56258aad827b29d4ff92a21c6d7 100644
(file)
--- a/
projects/stargazer/plugins/store/firebird/firebird_store.h
+++ b/
projects/stargazer/plugins/store/firebird/firebird_store.h
@@
-125,9
+125,11
@@
private:
mutable pthread_mutex_t mutex;
IBPP::TIL til;
IBPP::TLR tlr;
mutable pthread_mutex_t mutex;
IBPP::TIL til;
IBPP::TLR tlr;
+ int schemaVersion;
PLUGIN_LOGGER logger;
int SaveStat(const USER_STAT & stat, const std::string & login, int year = 0, int month = 0) const;
PLUGIN_LOGGER logger;
int SaveStat(const USER_STAT & stat, const std::string & login, int year = 0, int month = 0) const;
+ int CheckVersion();
};
time_t ts2time_t(const IBPP::Timestamp & ts);
};
time_t ts2time_t(const IBPP::Timestamp & ts);