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