sources/network/rconsession.h

changeset 168
96ffd13c08a2
parent 158
de7574d292ad
child 169
febc3ed5435c
child 183
9b6a0daedfc0
--- a/sources/network/rconsession.h	Sat Jul 23 12:23:07 2016 +0300
+++ b/sources/network/rconsession.h	Sat Jul 23 12:32:23 2016 +0300
@@ -103,7 +103,7 @@
 	const String&               getLevel() const;
 	UDPSocket*                  getSocket();
 	RCONSessionState            getState() const;
-	void                        handlePacket(Datagram& datagram);
+	void                        handlePacket(ByteArray& message);
 	bool                        isActive() const;
 	void                        processServerUpdates(Bytestream& packet);
 	void                        requestTabCompletion(const String& part);

mercurial