summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ORT_test_i.h')
-rw-r--r--TAO/tests/ORT/ORT_test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/ORT/ORT_test_i.h b/TAO/tests/ORT/ORT_test_i.h
index 582438e8795..55aef41d1a9 100644
--- a/TAO/tests/ORT/ORT_test_i.h
+++ b/TAO/tests/ORT/ORT_test_i.h
@@ -26,11 +26,9 @@ public:
ORT_test_i (CORBA::ORB_ptr orb);
- virtual CORBA::Boolean request_server (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Boolean request_server (void);
- virtual void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void shutdown (void);
private: