diff options
author | Marc Laukien <marc@zeroc.com> | 2003-01-17 03:58:50 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-01-17 03:58:50 +0000 |
commit | 8880977a608f0b735504f18a624de026cde62da7 (patch) | |
tree | a8fe5b082caf761337a165e1350a5f65f57bc95d /cpp/src/Ice/Exception.cpp | |
parent | fixed a bug with findObjectAdapter (diff) | |
download | ice-8880977a608f0b735504f18a624de026cde62da7.tar.bz2 ice-8880977a608f0b735504f18a624de026cde62da7.tar.xz ice-8880977a608f0b735504f18a624de026cde62da7.zip |
ConnectionMonitor
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 4123b46dd22..86b3137da08 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -243,6 +243,13 @@ Ice::ConnectTimeoutException::ice_print(ostream& out) const } void +Ice::ConnectionTimeoutException::ice_print(ostream& out) const +{ + Exception::ice_print(out); + out << ":\nconnection has timed out"; +} + +void Ice::ProtocolException::ice_print(ostream& out) const { Exception::ice_print(out); |