summaryrefslogtreecommitdiff
path: root/TAO/tests/Single_Read
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-20 15:46:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-20 15:46:59 +0000
commit963520d643248373f8a1b7cb376f06d480bc1b9e (patch)
treef7d16cb4c2dd3ef180d05dae6df049a0844a083d /TAO/tests/Single_Read
parent94dcd75d1263ad5d33319b5dcab5d9174bbbabb2 (diff)
downloadATCD-963520d643248373f8a1b7cb376f06d480bc1b9e.tar.gz
ChangeLogTag: Sun May 20 10:43:02 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Single_Read')
-rw-r--r--TAO/tests/Single_Read/test_i.cpp4
-rw-r--r--TAO/tests/Single_Read/test_i.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Single_Read/test_i.cpp b/TAO/tests/Single_Read/test_i.cpp
index 86704d8ba2d..3b61bc553b7 100644
--- a/TAO/tests/Single_Read/test_i.cpp
+++ b/TAO/tests/Single_Read/test_i.cpp
@@ -13,7 +13,7 @@ void
test_i::method (CORBA::ULong request_number,
const test::data &,
CORBA::Environment &)
- ACE_THROW_SPEC (())
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("server: Iteration %d @ %T\n"),
@@ -28,7 +28,7 @@ test_i::method (CORBA::ULong request_number,
void
test_i::shutdown (CORBA::Environment &ACE_TRY_ENV)
- ACE_THROW_SPEC (())
+ ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0,
ACE_TRY_ENV);
diff --git a/TAO/tests/Single_Read/test_i.h b/TAO/tests/Single_Read/test_i.h
index 45da7680d2f..0d5e0887b9e 100644
--- a/TAO/tests/Single_Read/test_i.h
+++ b/TAO/tests/Single_Read/test_i.h
@@ -31,10 +31,10 @@ public:
void method (CORBA::ULong request_number,
const test::data &,
CORBA::Environment &)
- ACE_THROW_SPEC (());
+ ACE_THROW_SPEC ((CORBA::SystemException));
void shutdown (CORBA::Environment &)
- ACE_THROW_SPEC (());
+ ACE_THROW_SPEC ((CORBA::SystemException));
private:
/// The ORB.