diff options
author | deva <deva> | 2011-02-04 07:43:00 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-04 07:43:00 +0000 |
commit | bfe5d3000182cb10db583fe42ffa7b48f84d8b5b (patch) | |
tree | 8b4228e258716267e854975df7f8a01294c89562 /server/src/pracrodaotest.h | |
parent | f825cb9f6f5a01f2029c79a363a89047b482c788 (diff) |
Session locking mechanism gone crazy. This needs a rewamp at some point.
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 0bd9be5..67df596 100644 --- a/server/src/pracrodaotest.h +++ b/server/src/pracrodaotest.h @@ -104,6 +104,7 @@ public: void discard(std::string sessionid) {} std::string serialise() { return ""; } void restore(const std::string &data) {} + bool active(std::string sessionid) {return false;} private: Data data; |