summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/SAXExceptions.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/common/SAXExceptions.inl')
-rw-r--r--ACE/ACEXML/common/SAXExceptions.inl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ACEXML/common/SAXExceptions.inl b/ACE/ACEXML/common/SAXExceptions.inl
index f184fcf077c..fd2be41cf52 100644
--- a/ACE/ACEXML/common/SAXExceptions.inl
+++ b/ACE/ACEXML/common/SAXExceptions.inl
@@ -11,25 +11,25 @@ ACEXML_SAXException::message (void) const
ACEXML_INLINE void
ACEXML_SAXException::_raise (void)
{
- ACEXML_RAISE (*this);
+ throw (*this);
}
ACEXML_INLINE void
ACEXML_SAXNotSupportedException::_raise (void)
{
- ACEXML_RAISE (*this);
+ throw (*this);
}
ACEXML_INLINE void
ACEXML_SAXNotRecognizedException::_raise (void)
{
- ACEXML_RAISE (*this);
+ throw (*this);
}
ACEXML_INLINE void
ACEXML_SAXParseException::_raise (void)
{
- ACEXML_RAISE (*this);
+ throw (*this);
}
ACEXML_INLINE const ACEXML_Char *