summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2009-08-18 08:50:04 +1000
committerMichi Henning <michi@zeroc.com>2009-08-18 08:50:04 +1000
commit09445fc755dad18490d4a09b96ebc50af72d56b7 (patch)
tree8317e58d1f39ac1fbada52b8f6ea41d4ac8bb8e1 /cpp/src/Ice/Exception.cpp
parentMore changes for 3996 (diff)
downloadice-09445fc755dad18490d4a09b96ebc50af72d56b7.tar.bz2
ice-09445fc755dad18490d4a09b96ebc50af72d56b7.tar.xz
ice-09445fc755dad18490d4a09b96ebc50af72d56b7.zip
Bug 4201 - No checks on the encapsulation size
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 40d923d97fe..1922769266b 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -617,17 +617,6 @@ Ice::EncapsulationException::ice_print(ostream& out) const
}
void
-Ice::NegativeSizeException::ice_print(ostream& out) const
-{
- Exception::ice_print(out);
- out << ":\nprotocol error: negative size for sequence, dictionary, etc.";
- if(!reason.empty())
- {
- out << ":\n" << reason;
- }
-}
-
-void
Ice::PluginInitializationException::ice_print(ostream& out) const
{
Exception::ice_print(out);