summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MProfile.h')
-rw-r--r--TAO/tao/MProfile.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/MProfile.h b/TAO/tao/MProfile.h
index 252ec5e2b8a..771bfd4797f 100644
--- a/TAO/tao/MProfile.h
+++ b/TAO/tao/MProfile.h
@@ -158,14 +158,14 @@ public:
* profile and the results are averaged together.
* NON-THREAD SAFE.
*/
- CORBA::ULong hash (CORBA::ULong max,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::ULong hash (CORBA::ULong max
+ TAO_ENV_ARG_DECL);
protected:
/// This method handle the dynamic allocation of the data member
/// <policy_list_>.
- void create_policy_list (CORBA::Environment &ACE_TRY_ENV);
+ void create_policy_list (TAO_ENV_SINGLE_ARG_DECL);
public:
@@ -175,12 +175,12 @@ public:
/// Gets the policies list associated with the profiles
/// owned by the TAO_MProfile.
- CORBA::PolicyList *policy_list (CORBA::Environment &ACE_TRY_ENV);
+ CORBA::PolicyList *policy_list (TAO_ENV_SINGLE_ARG_DECL);
protected:
/// Initialize the policy list, demarsharling the policy.
- void init_policy_list (CORBA::Environment &ACE_TRY_ENV);
+ void init_policy_list (TAO_ENV_SINGLE_ARG_DECL);
protected:
/// Stores the policy list for the profile of this MProfile.