summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Server/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Server/test_i.h')
-rw-r--r--TAO/tests/MT_Server/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/MT_Server/test_i.h b/TAO/tests/MT_Server/test_i.h
index 8934973a678..d1113ac50d7 100644
--- a/TAO/tests/MT_Server/test_i.h
+++ b/TAO/tests/MT_Server/test_i.h
@@ -31,11 +31,9 @@ public:
// ctor
// = The Simple_Server methods.
- CORBA::Long test_method (CORBA::Long x)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long test_method (CORBA::Long x);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
private:
CORBA::ORB_var orb_;