diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-05-11 15:49:54 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-05-11 15:49:54 +0000 |
commit | c4fbce133717c70527ee6d690ad278e428a84d96 (patch) | |
tree | 4628107f97ae1bf641987657695bb16a9c24ef8a /cpp/src/Ice/Exception.cpp | |
parent | Fixed bug 2206 (diff) | |
download | ice-c4fbce133717c70527ee6d690ad278e428a84d96.tar.bz2 ice-c4fbce133717c70527ee6d690ad278e428a84d96.tar.xz ice-c4fbce133717c70527ee6d690ad278e428a84d96.zip |
Fixed bug 2153
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 9c79f13c947..dfa9e70b471 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -575,17 +575,6 @@ Ice::StringConversionException::ice_print(ostream& out) const } void -Ice::EncapsulationException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nprotocol error: illegal encapsulation"; - if(!reason.empty()) - { - out << ":\n" << reason; - } -} - -void Ice::NegativeSizeException::ice_print(ostream& out) const { Exception::ice_print(out); |