Kowalski, Kamil | 2b7981f | 2018-01-31 13:24:59 +0100 | [diff] [blame^] | 1 | #pragma once |
2 | #include "sessions.hpp" | ||||
3 | |||||
4 | namespace crow { | ||||
5 | namespace PersistentData { | ||||
6 | |||||
7 | static std::shared_ptr<SessionStore> session_store; | ||||
8 | |||||
9 | } // namespace PersistentData | ||||
10 | } // namespace crow |