summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h')
-rw-r--r--TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h b/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h
index 59e2f65f292..03952a5d946 100644
--- a/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h
+++ b/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h
@@ -18,11 +18,9 @@ public:
~Test_i (void);
/// Try and create a persistant POA
- int try_and_create_POA (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ int try_and_create_POA (void);
- void shutdown (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void shutdown (void);
protected:
CORBA::ORB_var orb_;