summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.h
diff options
context:
space:
mode:
authorAngelo Corsaro <angelo@icorsaro.net>2000-06-12 17:28:28 +0000
committerAngelo Corsaro <angelo@icorsaro.net>2000-06-12 17:28:28 +0000
commit0d031ee42122492682fe68162ad83224ce5db371 (patch)
treef53919eb817151837669939f37708a9bfccb9b94 /TAO/tao/MProfile.h
parent68f7783d8706a766a4818d5ab3c86ca49409d7bb (diff)
downloadATCD-0d031ee42122492682fe68162ad83224ce5db371.tar.gz
ChangeLogTag: Mon Jun 12 12:00:14 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/MProfile.h')
-rw-r--r--TAO/tao/MProfile.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/TAO/tao/MProfile.h b/TAO/tao/MProfile.h
index dd924bffdb3..95d34a23e7a 100644
--- a/TAO/tao/MProfile.h
+++ b/TAO/tao/MProfile.h
@@ -155,6 +155,14 @@ public:
// profile and the results are averaged together.
// NON-THREAD SAFE.
+protected:
+
+ void create_policy_list (void);
+ // This method handle the dynamic allocation of the data member
+ // <policy_list_>.
+
+public:
+
void policy_list (CORBA::PolicyList *policy_list);
// Sets the policies list associated with the profiles
// owned by the TAO_MProfile.
@@ -165,12 +173,6 @@ public:
protected:
- void create_policy_list (void);
- // This method handle the dynamic allocation of the data member
- // <policy_list_>.
-
-protected:
-
CORBA::PolicyList *policy_list_;
// Stores the policy list for the profile of this MProfile.