summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Simple_Naming/client.h')
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/client.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/client.h b/TAO/orbsvcs/tests/Simple_Naming/client.h
index 90aef7d2625..e94a1f5f295 100644
--- a/TAO/orbsvcs/tests/Simple_Naming/client.h
+++ b/TAO/orbsvcs/tests/Simple_Naming/client.h
@@ -171,18 +171,18 @@ private:
// the following functions isolate specific tests due to the
// limitation of only 1 TAO_TRY being allowed per function.
- void invalid_name_test (TAO_Naming_Client &root_context,
- CORBA::Environment &ACE_TRY_ENV);
- void already_bound_test (TAO_Naming_Client &root_context,
- CORBA::Environment &ACE_TRY_ENV);
- void already_bound_test2 (TAO_Naming_Client &root_context,
- CORBA::Environment &ACE_TRY_ENV);
- void not_found_test (TAO_Naming_Client &root_context,
- CORBA::Environment &ACE_TRY_ENV);
- void not_found_test2 (TAO_Naming_Client &root_context,
- CORBA::Environment &ACE_TRY_ENV);
- void not_found_test3 (TAO_Naming_Client &root_context,
- CORBA::Environment &ACE_TRY_ENV);
+ void invalid_name_test (TAO_Naming_Client &root_context
+ TAO_ENV_ARG_DECL);
+ void already_bound_test (TAO_Naming_Client &root_context
+ TAO_ENV_ARG_DECL);
+ void already_bound_test2 (TAO_Naming_Client &root_context
+ TAO_ENV_ARG_DECL);
+ void not_found_test (TAO_Naming_Client &root_context
+ TAO_ENV_ARG_DECL);
+ void not_found_test2 (TAO_Naming_Client &root_context
+ TAO_ENV_ARG_DECL);
+ void not_found_test3 (TAO_Naming_Client &root_context
+ TAO_ENV_ARG_DECL);
};
class Destroy_Test : public Naming_Test
@@ -205,10 +205,10 @@ public:
private:
// = The following functions isolate specific tests.
- void not_empty_test (CosNaming::NamingContext_var &ref,
- CORBA::Environment &ACE_TRY_ENV);
- void not_exist_test (CosNaming::NamingContext_var &ref,
- CORBA::Environment &ACE_TRY_ENV);
+ void not_empty_test (CosNaming::NamingContext_var &ref
+ TAO_ENV_ARG_DECL);
+ void not_exist_test (CosNaming::NamingContext_var &ref
+ TAO_ENV_ARG_DECL);
};
class Persistent_Test_Begin : public Naming_Test