From c8d469cc3de8ef2fb95f7b47355ebf5318a4c22f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 15 May 2009 17:30:40 +0200 Subject: Einfache (ziemlich kaputte) Multithreaded IO --- src/Common/ClientConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/ClientConnection.h') diff --git a/src/Common/ClientConnection.h b/src/Common/ClientConnection.h index 28a7016..09ca4db 100644 --- a/src/Common/ClientConnection.h +++ b/src/Common/ClientConnection.h @@ -37,7 +37,7 @@ class ClientConnection : public Connection { Net::ClientConnection *connection; protected: - virtual void send(const Net::Packet &packet); + virtual bool send(const Net::Packet &packet); public: ClientConnection(); -- cgit v1.2.3