summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2174_Regression/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2174_Regression/test_i.h')
-rw-r--r--TAO/tests/Bug_2174_Regression/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Bug_2174_Regression/test_i.h b/TAO/tests/Bug_2174_Regression/test_i.h
index 8a135bdd767..8c102e3a1b7 100644
--- a/TAO/tests/Bug_2174_Regression/test_i.h
+++ b/TAO/tests/Bug_2174_Regression/test_i.h
@@ -32,10 +32,8 @@ public:
// = The Simple_Server methods.
CORBA::Long echo (CORBA::Long x,
- CORBA::Long msecs)
- ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Long msecs);
+ void shutdown (void);
private:
CORBA::ORB_var orb_;