diff options
author | deva <deva> | 2011-02-04 13:34:40 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-04 13:34:40 +0000 |
commit | 6bae4fd17d2660d53279dac9287de52be2a00c6c (patch) | |
tree | 595f7aa65558735a3fc05062d39e95e88b026a51 /server/src/pracrodaotest.h | |
parent | e6a824034c742b9a414d32ecfbcc8531180f93dc (diff) |
Database pool is now used instead of one connection per session. Admin interface supports session unlock.
Diffstat (limited to 'server/src/pracrodaotest.h')
-rw-r--r-- | server/src/pracrodaotest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/pracrodaotest.h b/server/src/pracrodaotest.h index 67df596..1e1a8c0 100644 --- a/server/src/pracrodaotest.h +++ b/server/src/pracrodaotest.h @@ -105,6 +105,7 @@ public: std::string serialise() { return ""; } void restore(const std::string &data) {} bool active(std::string sessionid) {return false;} + void setActive(std::string sessionid, bool active) {} private: Data data; |