diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-14 18:39:22 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-14 18:39:22 +0000 |
commit | b050a706ffc03cfdcfdb51264db1a4864351c2a8 (patch) | |
tree | b2f83f2f8334b2711d6af722e8c0e80e6607c7c4 /TAO/tao/Policy_Set.i | |
parent | 29d324a1c1f8cdb2349364a48478d361a254f732 (diff) | |
download | ATCD-b050a706ffc03cfdcfdb51264db1a4864351c2a8.tar.gz |
ChangeLogTag:Thu Jun 14 13:36:43 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Policy_Set.i')
-rw-r--r-- | TAO/tao/Policy_Set.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Policy_Set.i b/TAO/tao/Policy_Set.i index 910b866e3c1..e09e814b3ce 100644 --- a/TAO/tao/Policy_Set.i +++ b/TAO/tao/Policy_Set.i @@ -12,7 +12,7 @@ ACE_INLINE CORBA::Boolean TAO_Policy_Set::compatible_scope (TAO_Policy_Scope policy_scope) const { return (ACE_static_cast (unsigned int, policy_scope) & - ACE_static_cast (unsigned int, this->scope_)); + ACE_static_cast (const unsigned int, this->scope_)); } ACE_INLINE CORBA::Policy * |