summaryrefslogtreecommitdiffstats
path: root/src/Net/ClientConnection.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-06-25 02:02:21 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-06-25 02:02:21 +0200
commitc97168bd5113fe726de42a4249df58c679e42240 (patch)
tree9802e84fc817f190e4595ac78c3f3f81f1a8d890 /src/Net/ClientConnection.h
parent6aedcd087462eb198958229f3c9785da6ac52cf3 (diff)
downloadmad-c97168bd5113fe726de42a4249df58c679e42240.tar
mad-c97168bd5113fe726de42a4249df58c679e42240.zip
Neuen Receive-Stack implementiert
Diffstat (limited to 'src/Net/ClientConnection.h')
-rw-r--r--src/Net/ClientConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net/ClientConnection.h b/src/Net/ClientConnection.h
index 72a0a92..e3797a5 100644
--- a/src/Net/ClientConnection.h
+++ b/src/Net/ClientConnection.h
@@ -57,7 +57,7 @@ class ClientConnection : public Connection {
void connect(const IPAddress &address) throw(ConnectionException);
void disconnect();
- virtual bool dataPending();
+ virtual bool dataPending() const;
virtual bool isConnected() const {return connected;}
virtual const IPAddress* getPeer() const {return peer;}