summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commit63165b00e2d667e39e15cf084128d94a563d484e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/MProfile.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
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.