106 METHOD send_command (const String& message) -> bool; |
106 METHOD send_command (const String& message) -> bool; |
107 METHOD state() const -> RCONSessionState; |
107 METHOD state() const -> RCONSessionState; |
108 METHOD level() const -> const String&; |
108 METHOD level() const -> const String&; |
109 METHOD is_active() const -> bool; |
109 METHOD is_active() const -> bool; |
110 |
110 |
111 static METHOD new_session() -> RCONSession*; |
|
112 static METHOD get_session() -> RCONSession*; |
111 static METHOD get_session() -> RCONSession*; |
113 |
112 |
114 private: |
113 private: |
115 RCONSession(); |
114 RCONSession(); |
116 |
115 |