sources/network/rconsession.h

branch
protocol5
changeset 104
a76af67a3a4b
parent 80
f992b027374b
child 106
7b156b764d11
equal deleted inserted replaced
103:b78c0ca832a9 104:a76af67a3a4b
116 bool send_command (const String& message); 116 bool send_command (const String& message);
117 RCONSessionState state() const; 117 RCONSessionState state() const;
118 const String& level() const; 118 const String& level() const;
119 bool is_active() const; 119 bool is_active() const;
120 void request_tab_complete (const String& part); 120 void request_tab_complete (const String& part);
121 void request_watch (const String& cvar);
122 void request_watch (const StringList& cvars);
121 123
122 private: 124 private:
123 RCONSession(); 125 RCONSession();
124 126
125 RCONSessionState m_state; 127 RCONSessionState m_state;

mercurial