diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-16 21:19:13 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-16 21:19:13 +0000 |
commit | 7b5360ff74ff2375ca934e76a8b4c840c1c5565d (patch) | |
tree | cf211fb26f29617d9da2ee12b2311a9f348918ce /cpp/src/Ice/Exception.cpp | |
parent | Remove *.config files frmo BV/C# Remove all windows project files (diff) | |
download | ice-7b5360ff74ff2375ca934e76a8b4c840c1c5565d.tar.bz2 ice-7b5360ff74ff2375ca934e76a8b4c840c1c5565d.tar.xz ice-7b5360ff74ff2375ca934e76a8b4c840c1c5565d.zip |
ImplicitContext updates
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 659875a3725..9c79f13c947 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -650,14 +650,6 @@ Ice::FeatureNotSupportedException::ice_print(ostream& out) const } void -Ice::NotSetException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nkey '" << key << "' is not set"; -} - - -void Ice::SecurityException::ice_print(ostream& out) const { Exception::ice_print(out); |