summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Exception.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-09 16:37:33 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-09 16:37:33 +0000
commit87c0f212870119d16f617920186db8d8cdbaacce (patch)
tree1980eff298c3bd35f71f67421f6d0bda4ce634ec /cpp/src/Ice/Exception.cpp
parentBack out last change (diff)
downloadice-87c0f212870119d16f617920186db8d8cdbaacce.tar.bz2
ice-87c0f212870119d16f617920186db8d8cdbaacce.tar.xz
ice-87c0f212870119d16f617920186db8d8cdbaacce.zip
Readded previous change
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r--cpp/src/Ice/Exception.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp
index b090f88b013..74826bc0cea 100644
--- a/cpp/src/Ice/Exception.cpp
+++ b/cpp/src/Ice/Exception.cpp
@@ -29,6 +29,10 @@ Ice::LocalException::LocalException(const char* file, int line) :
{
}
+Ice::LocalException::~LocalException() throw()
+{
+}
+
#if defined(__SUNPRO_CC)
ostream&
Ice::operator<<(ostream& out, const Ice::UserException& ex)