summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Reference.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-07-22 00:59:35 +0000
committerMichi Henning <michi@zeroc.com>2005-07-22 00:59:35 +0000
commit74569621a77a45c4498935bca5bb2c6728fa871d (patch)
tree47e0b164eb04533f48f6121603af7b603e73bb22 /cpp/src/Ice/Reference.h
parentmore fixes for bug 421 (diff)
downloadice-74569621a77a45c4498935bca5bb2c6728fa871d.tar.bz2
ice-74569621a77a45c4498935bca5bb2c6728fa871d.tar.xz
ice-74569621a77a45c4498935bca5bb2c6728fa871d.zip
Fixed bug 418.
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r--cpp/src/Ice/Reference.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h
index a37b94daf78..0ae8838dc2a 100644
--- a/cpp/src/Ice/Reference.h
+++ b/cpp/src/Ice/Reference.h
@@ -143,6 +143,7 @@ public:
virtual ReferencePtr changeTimeout(int) const;
virtual void streamWrite(BasicStream*) const;
+ virtual std::string toString() const;
virtual Ice::ConnectionIPtr getConnection(bool&) const;