summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall/test_i.h')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/test_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/test_i.h b/TAO/tests/BiDirectional_NestedUpcall/test_i.h
index f8424b7272f..47f5f0c57bf 100644
--- a/TAO/tests/BiDirectional_NestedUpcall/test_i.h
+++ b/TAO/tests/BiDirectional_NestedUpcall/test_i.h
@@ -32,11 +32,11 @@ public:
Callback_i (CORBA::ORB_ptr orb);
// ctor
- void shutdown (TAO_ENV_SINGLE_ARG_DECL)
+ void shutdown (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
// Safe way to shutdown
- void callback_method (TAO_ENV_SINGLE_ARG_DECL)
+ void callback_method (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
// The callback method
@@ -60,14 +60,14 @@ public:
// = The Simple_Server methods.
CORBA::Long test_method (CORBA::Boolean do_callback
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
void callback_object (Callback_ptr callback
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
+ void shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
private: