summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Client/test_i.h')
-rw-r--r--TAO/tests/MT_Client/test_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tests/MT_Client/test_i.h b/TAO/tests/MT_Client/test_i.h
index 337f9705e07..1507ff1a10b 100644
--- a/TAO/tests/MT_Client/test_i.h
+++ b/TAO/tests/MT_Client/test_i.h
@@ -31,14 +31,11 @@ public:
// ctor
// = The Simple_Server methods.
- void test_method (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void test_method (CORBA::Environment&);
- CORBA::Long get_number (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long get_number (CORBA::Environment&);
- void shutdown (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (CORBA::Environment&);
private:
CORBA::ORB_var orb_;