summaryrefslogtreecommitdiff
path: root/cpp/src/FreezeScript/Exception.h
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/FreezeScript/Exception.h
parentBack out last change (diff)
downloadice-87c0f212870119d16f617920186db8d8cdbaacce.tar.bz2
ice-87c0f212870119d16f617920186db8d8cdbaacce.tar.xz
ice-87c0f212870119d16f617920186db8d8cdbaacce.zip
Readded previous change
Diffstat (limited to 'cpp/src/FreezeScript/Exception.h')
-rw-r--r--cpp/src/FreezeScript/Exception.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/FreezeScript/Exception.h b/cpp/src/FreezeScript/Exception.h
index 950dd40700c..cf937137c13 100644
--- a/cpp/src/FreezeScript/Exception.h
+++ b/cpp/src/FreezeScript/Exception.h
@@ -20,6 +20,7 @@ class FailureException : public IceUtil::Exception
public:
FailureException(const char*, int, const std::string&);
+ virtual ~FailureException() throw();
virtual std::string ice_name() const;
virtual void ice_print(std::ostream&) const;
virtual IceUtil::Exception* ice_clone() const;