summaryrefslogtreecommitdiff
path: root/TAO/tests/Single_Read/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Single_Read/test_i.h')
-rw-r--r--TAO/tests/Single_Read/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Single_Read/test_i.h b/TAO/tests/Single_Read/test_i.h
index e55503154a7..a6de2d05838 100644
--- a/TAO/tests/Single_Read/test_i.h
+++ b/TAO/tests/Single_Read/test_i.h
@@ -29,11 +29,9 @@ public:
// = The test interface methods.
void method (CORBA::ULong request_number,
- const test::data &)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const test::data &);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
private:
/// The ORB.