From 03e7a5b2fefa08d49ef34e70bfb1d52f0a7d828e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 12 Mar 2009 20:26:36 +0100 Subject: Request-Klassen vereinfacht --- src/Common/Request.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Request.h') diff --git a/src/Common/Request.h b/src/Common/Request.h index b0e6777..ef84194 100644 --- a/src/Common/Request.h +++ b/src/Common/Request.h @@ -53,6 +53,7 @@ class Request : public RequestHandler { void finishWithError(const Exception &e) {exp = e; finished(*this);} virtual void sendRequest(Net::Connection *connection, uint16_t requestId) = 0; + virtual void handlePacket(Net::Connection *connection, uint16_t requestId, const XmlPacket &packet); public: const XmlPacket& getResult() const throw(Exception) { -- cgit v1.2.3