From d2969d6f715949521e49a9b99c947ada86b1b49f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 12 Jun 2008 21:42:26 +0200 Subject: ServerConnection hinzugef?gt. --- src/Net/Connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Net/Connection.h') diff --git a/src/Net/Connection.h b/src/Net/Connection.h index 1879f9e..80b721f 100644 --- a/src/Net/Connection.h +++ b/src/Net/Connection.h @@ -46,6 +46,8 @@ class Connection { virtual bool isConnected() const = 0; virtual const IPAddress* getPeer() const = 0; + virtual bool dataPending() = 0; + bool send(const Packet &packet); bool recieve(); -- cgit v1.2.3