sources/network/rconsession.h

changeset 92
39947c46ed17
parent 88
08ccaf26cffd
child 106
7b156b764d11
child 109
e4966d7e615d
--- a/sources/network/rconsession.h	Thu Jul 23 02:22:26 2015 +0300
+++ b/sources/network/rconsession.h	Thu Jul 23 02:35:13 2015 +0300
@@ -92,7 +92,7 @@
 class RCONSession
 {
 public:
-	RCONSession (class Interface* iface);
+	RCONSession();
 	~RCONSession();
 
 	const IPAddress& address() const;
@@ -113,10 +113,9 @@
 	const String& level() const;
 	bool is_active() const;
 	void request_tab_complete (const String& part);
+	void set_interface (class Interface* iface);
 
 private:
-	RCONSession();
-
 	RCONSessionState m_state;
 	IPAddress m_address;
 	UDPSocket m_socket;

mercurial