summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EventHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r--cpp/src/Ice/EventHandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h
index d7308f6ca30..9aa6fc32b63 100644
--- a/cpp/src/Ice/EventHandler.h
+++ b/cpp/src/Ice/EventHandler.h
@@ -59,6 +59,11 @@ public:
//
virtual void exception(const ::Ice::LocalException&) = 0;
+ //
+ // Get a textual representation of the event handler.
+ //
+ virtual std::string toString() const = 0;
+
protected:
EventHandler(const InstancePtr&);