diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-06 12:54:51 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-06 12:54:51 +0000 |
commit | 5c967135e45b42c0b191351b7379b4e4f4f1dc56 (patch) | |
tree | 632bdfb4b85208e33278e4bf23f8dad335217755 /cpp/src/Ice/EventHandler.h | |
parent | fixes (diff) | |
download | ice-5c967135e45b42c0b191351b7379b4e4f4f1dc56.tar.bz2 ice-5c967135e45b42c0b191351b7379b4e4f4f1dc56.tar.xz ice-5c967135e45b42c0b191351b7379b4e4f4f1dc56.zip |
added toString to EventHandler
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r-- | cpp/src/Ice/EventHandler.h | 5 |
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&); |