From 61924a00ce03e089df17fbecba1e11815bec32d9 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Wed, 30 Jul 2003 03:09:01 +0000 Subject: Updated receiving side for DatagramLimitException. Test is now done in ThreadPool, as it should have been all along. --- cpp/src/Ice/EventHandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/Ice/EventHandler.h') diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h index 7b225b97696..99b9337b38f 100644 --- a/cpp/src/Ice/EventHandler.h +++ b/cpp/src/Ice/EventHandler.h @@ -35,6 +35,11 @@ class EventHandler : public ::IceUtil::Shared { public: + // + // Return true if the handler is for a datagram transport, false otherwise. + // + virtual bool datagram() const = 0; + // // Return true if read() must be called before calling message(). // -- cgit v1.2.3