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.h8
1 files changed, 4 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 6e548f96463..59e2f65f292 100644
--- a/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h
+++ b/TAO/orbsvcs/tests/Bug_1395_Regression/Test_i.h
@@ -18,12 +18,12 @@ public:
~Test_i (void);
/// Try and create a persistant POA
- int try_and_create_POA (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ int try_and_create_POA (void)
ACE_THROW_SPEC ((CORBA::SystemException));
-
- void shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+
+ void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
-
+
protected:
CORBA::ORB_var orb_;
PortableServer::POA_var root_poa_;