summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2007-05-11 15:49:54 +0000
committerBenoit Foucher <benoit@zeroc.com>2007-05-11 15:49:54 +0000
commitc4fbce133717c70527ee6d690ad278e428a84d96 (patch)
tree4628107f97ae1bf641987657695bb16a9c24ef8a /cpp/src/Ice/Exception.cpp
parentFixed bug 2206 (diff)
downloadice-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.cpp11
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);