diff -r 09dcaeaa216b -r 33b8f428bacb sources/network/rconsession.h --- a/sources/network/rconsession.h Sat Dec 13 04:50:33 2014 +0200 +++ b/sources/network/rconsession.h Sat Dec 13 07:36:00 2014 +0200 @@ -103,6 +103,8 @@ METHOD tick() -> void; METHOD bump_last_ping() -> void; + static METHOD all_sessions() -> const Vector>&; + private: RCONSessionState m_state; IPAddress m_address; @@ -113,3 +115,5 @@ int m_serverProtocol; String m_hostname; }; + +using RCONSessionPointer = SharedPointer;