summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EventHandler.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-12-06 16:36:08 +0000
committerMarc Laukien <marc@zeroc.com>2002-12-06 16:36:08 +0000
commitfda53102d9aa6ef19694e1b8c0b001cd3aae529e (patch)
tree149a69163e0d631e826ab5b3cb49e32fe9e39d24 /cpp/src/Ice/EventHandler.h
parentInitial addition (diff)
downloadice-fda53102d9aa6ef19694e1b8c0b001cd3aae529e.tar.bz2
ice-fda53102d9aa6ef19694e1b8c0b001cd3aae529e.tar.xz
ice-fda53102d9aa6ef19694e1b8c0b001cd3aae529e.zip
amd merge
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r--cpp/src/Ice/EventHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h
index 9ccf2c89d74..5be412b8d26 100644
--- a/cpp/src/Ice/EventHandler.h
+++ b/cpp/src/Ice/EventHandler.h
@@ -67,7 +67,7 @@ public:
// Get a textual representation of the event handler.
//
virtual std::string toString() const = 0;
-
+
protected:
EventHandler(const InstancePtr&);