summaryrefslogtreecommitdiff
path: root/cpp/include/IceXML/Parser.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-09 15:07:22 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-09 15:07:22 +0000
commitaaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d (patch)
tree1980eff298c3bd35f71f67421f6d0bda4ce634ec /cpp/include/IceXML/Parser.h
parentFixes for relication test failure on Solaris (diff)
downloadice-aaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d.tar.bz2
ice-aaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d.tar.xz
ice-aaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d.zip
Derive from std::exception
Diffstat (limited to 'cpp/include/IceXML/Parser.h')
-rw-r--r--cpp/include/IceXML/Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/IceXML/Parser.h b/cpp/include/IceXML/Parser.h
index d9119a2a6fd..11a3e287f71 100644
--- a/cpp/include/IceXML/Parser.h
+++ b/cpp/include/IceXML/Parser.h
@@ -34,6 +34,7 @@ public:
ParserException(const std::string&);
ParserException(const char*, int, const std::string&);
+ virtual ~ParserException() throw();
virtual std::string ice_name() const;
virtual void ice_print(std::ostream&) const;