sources/network/rconsession.h

changeset 58
d175243ad169
parent 31
b5b5a6a96d91
child 71
4f7c2c944637
equal deleted inserted replaced
57:a2f41245e387 58:d175243ad169
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

mercurial