summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/BiDirectional/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/BiDirectional/test_i.h')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/BiDirectional/test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/BiDirectional/test_i.h b/TAO/orbsvcs/tests/HTIOP/BiDirectional/test_i.h
index 7958d4fb10f..33333f74968 100644
--- a/TAO/orbsvcs/tests/HTIOP/BiDirectional/test_i.h
+++ b/TAO/orbsvcs/tests/HTIOP/BiDirectional/test_i.h
@@ -58,12 +58,10 @@ public:
// ctor
// = The Simple_Server methods.
- CORBA::Long test_method (CORBA::Boolean do_callback
- ACE_ENV_ARG_DECL_NOT_USED)
+ CORBA::Long test_method (CORBA::Boolean do_callback)
ACE_THROW_SPEC ((CORBA::SystemException));
- void callback_object (Callback_ptr callback
- ACE_ENV_ARG_DECL_NOT_USED)
+ void callback_object (Callback_ptr callback)
ACE_THROW_SPEC ((CORBA::SystemException));
void shutdown (void)