summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.h
diff options
context:
space:
mode:
authorAngelo Corsaro <angelo@icorsaro.net>2000-10-12 03:00:40 +0000
committerAngelo Corsaro <angelo@icorsaro.net>2000-10-12 03:00:40 +0000
commitbdbd7e557119e9584dc37b61fbc290e38219abb0 (patch)
tree1edd25872458e83ad558f540a48ffada21dcd08b /TAO/tao/MProfile.h
parentcaa0d2cd96ba8f0d0e0b0e3c268479d8296c29e4 (diff)
downloadATCD-bdbd7e557119e9584dc37b61fbc290e38219abb0.tar.gz
ChangeLog: Wed Oct 11 22:00:00 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/MProfile.h')
-rw-r--r--TAO/tao/MProfile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/MProfile.h b/TAO/tao/MProfile.h
index cb71dab7c9a..977c5647089 100644
--- a/TAO/tao/MProfile.h
+++ b/TAO/tao/MProfile.h
@@ -173,6 +173,11 @@ public:
protected:
+ void init_policy_list (void);
+ // Initialize the policy list, demarsharling the policy.
+
+protected:
+ friend class TAO_Profile;
CORBA::PolicyList *policy_list_;
// Stores the policy list for the profile of this MProfile.