diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-13 22:32:54 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-13 22:32:54 +0000 |
commit | 4b5b473c66cd95bcbc9b4166de015e6a66edf1ad (patch) | |
tree | 6e015fa83a29e1382f83e1f8f9f41ab62d542c55 /TAO/tao/Policy_Set.h | |
parent | 66126c17cc94a05bffa8e80ce0c21f541bb2d385 (diff) | |
download | ATCD-4b5b473c66cd95bcbc9b4166de015e6a66edf1ad.tar.gz |
Wed Jun 13 17:28:18 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Policy_Set.h')
-rw-r--r-- | TAO/tao/Policy_Set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Policy_Set.h b/TAO/tao/Policy_Set.h index 8eab9823f1b..85d1b43aae8 100644 --- a/TAO/tao/Policy_Set.h +++ b/TAO/tao/Policy_Set.h @@ -87,7 +87,7 @@ public: /// policies cannot be removed such as at the object and thread level /// scopes. This method is most likely not appropriate for accessing /// policies at the ORB level scope in any situation. - const CORBA::Policy_ptr get_cached_const_policy (TAO_Cached_Policy_Type type) const; + CORBA::Policy_ptr get_cached_const_policy (TAO_Cached_Policy_Type type) const; /// Obtain a single cached policy. CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type); |