summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-26 09:22:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-26 09:22:36 +0000
commit8e287a202fb2b59d55ead81a163d117d2cbb3c0e (patch)
tree61f1ab2bbcc6bab86b7d7f784d5391feb6a4efae
parent415a299db2a85c8491b83f7b20a6d3cebf6ebaed (diff)
downloadATCD-8e287a202fb2b59d55ead81a163d117d2cbb3c0e.tar.gz
ChangeLogTag: Thu May 26 08:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Profile.h9
-rw-r--r--TAO/tao/QtResource_Factory.h2
2 files changed, 1 insertions, 10 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h
index 654fd278911..cace0daceef 100644
--- a/TAO/tao/Profile.h
+++ b/TAO/tao/Profile.h
@@ -304,15 +304,6 @@ protected:
/// The tagged components
TAO_Tagged_Components tagged_components_;
- /// Client exposed policies of this profile.
- //CORBA::PolicyList *policy_list_;
-
- // NOTE: In this implementation it is assumed that the <policy_list>
- // is exactly the same for each profile.
- // So to save memory, each TAO_Profile has a pointer to the same
- // PolicyList object. The life cycle of this object is managed
- // by the TAO_MProfile class.
-
/// Flag indicating whether the lazy decoding of the client exposed
/// policies has taken place.
CORBA::Boolean are_policies_parsed_;
diff --git a/TAO/tao/QtResource_Factory.h b/TAO/tao/QtResource_Factory.h
index 5e9b78bf60b..83e37e7a3af 100644
--- a/TAO/tao/QtResource_Factory.h
+++ b/TAO/tao/QtResource_Factory.h
@@ -56,7 +56,7 @@ namespace TAO
/// QApplication running reactor
QApplication *qapp_;
- /// for internal locking.
+ /// For internal locking.
TAO_SYNCH_MUTEX lock_;
};
}