diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-10-01 18:53:28 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-10-01 18:53:28 +0000 |
commit | 9dc61677a90576ce962c41f0a05d3c1e06ef6e75 (patch) | |
tree | 9930dd08a33348126815658da10f83cf3e435d2a /TAO/tao/Policy_Set.h | |
parent | 7d13fcb2f9579cca984218109f63220ccd63ce87 (diff) | |
download | ATCD-9dc61677a90576ce962c41f0a05d3c1e06ef6e75.tar.gz |
ChangeLogTag:Fri Oct 1 18:41:58 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Policy_Set.h')
-rw-r--r-- | TAO/tao/Policy_Set.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Policy_Set.h b/TAO/tao/Policy_Set.h index d54cbf9e7f9..15ab3515b64 100644 --- a/TAO/tao/Policy_Set.h +++ b/TAO/tao/Policy_Set.h @@ -87,7 +87,8 @@ public: 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); + CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type + ACE_ENV_ARG_DECL); /// Utility method to set a single policy. void set_policy (const CORBA::Policy_ptr policy @@ -130,4 +131,3 @@ private: #include /**/ "ace/post.h" #endif /* TAO_POLICY_SET_H */ - |