sources/network/rconsession.h

changeset 31
b5b5a6a96d91
parent 27
089e37c0887e
child 38
80b26bc9707a
child 58
d175243ad169
--- a/sources/network/rconsession.h	Mon Dec 15 02:15:09 2014 +0200
+++ b/sources/network/rconsession.h	Mon Dec 15 03:09:26 2014 +0200
@@ -106,6 +106,7 @@
 	METHOD send_command (const String& message) -> bool;
 	METHOD state() const -> RCONSessionState;
 	METHOD level() const -> const String&;
+	METHOD is_active() const -> bool;
 
 	static METHOD new_session() -> RCONSession*;
 	static METHOD get_session() -> RCONSession*;

mercurial