diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-20 15:45:58 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-20 15:45:58 -0230 |
commit | 997502ba94cffa69d2628fe69c94efa049268822 (patch) | |
tree | 2a8c76a057b168221cfeb362aa5a6e0bf011f87c /cpp/src/Ice/Exception.cpp | |
parent | Bug 1535 - remove --case-sensitive option form slice compilers (diff) | |
download | ice-997502ba94cffa69d2628fe69c94efa049268822.tar.bz2 ice-997502ba94cffa69d2628fe69c94efa049268822.tar.xz ice-997502ba94cffa69d2628fe69c94efa049268822.zip |
Bug 3900 - remove IlligalIndirectionException
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 4b584274039..01778f4d7f9 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -554,17 +554,6 @@ Ice::UnmarshalOutOfBoundsException::ice_print(ostream& out) const } void -Ice::IllegalIndirectionException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nprotocol error: encountered illegal protocol indirection"; - if(!reason.empty()) - { - out << ":\n" << reason; - } -} - -void Ice::NoObjectFactoryException::ice_print(ostream& out) const { Exception::ice_print(out); |