summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/tests
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-16 10:22:58 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-16 10:22:58 +0000
commitb0f045965e1f3ef2ee0e3a42a0702cbd4bb86913 (patch)
tree5b70c3677f059817e7635351e05046b6d4f57815 /ACE/ACEXML/tests
parentb4dfa65257d49ad1da7e95bb4e95ffc883d72193 (diff)
downloadATCD-b0f045965e1f3ef2ee0e3a42a0702cbd4bb86913.tar.gz
Mon Jul 16 10:19:51 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/ACEXML/tests')
-rw-r--r--ACE/ACEXML/tests/ContentHandler_Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ACEXML/tests/ContentHandler_Test.cpp b/ACE/ACEXML/tests/ContentHandler_Test.cpp
index 05e85157fd7..7c7e2c5594b 100644
--- a/ACE/ACEXML/tests/ContentHandler_Test.cpp
+++ b/ACE/ACEXML/tests/ContentHandler_Test.cpp
@@ -23,8 +23,7 @@ public:
*/
virtual void characters (const ACEXML_Char *ch,
size_t start,
- size_t length ACEXML_ENV_ARG_DECL)
- ACE_THROW_SPEC ((ACEXML_SAXException));
+ size_t length ACEXML_ENV_ARG_DECL);
const ACEXML_Char *get_test_string (void)
{ return Basic_Content_Tester::test_string_; }
@@ -42,7 +41,6 @@ void
Basic_Content_Tester::characters (const ACEXML_Char *ch,
size_t start,
size_t length ACEXML_ENV_ARG_DECL)
- ACE_THROW_SPEC ((ACEXML_SAXException))
{
static int already_called = 0;
static const ACEXML_Char *expect =