summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Manager.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-11 21:13:44 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-11 21:13:44 +0000
commitcab57705122a085ee95faeb979faf95c2e7924e3 (patch)
tree68f7fc43128f306e5b76742898271294251fa13e /TAO/tao/Policy_Manager.h
parentd39b05a43b5b346f92eb6d6bd548632c3e2901bf (diff)
downloadATCD-cab57705122a085ee95faeb979faf95c2e7924e3.tar.gz
ChangeLogTag: Mon Oct 11 17:11:19 2004 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/tao/Policy_Manager.h')
-rw-r--r--TAO/tao/Policy_Manager.h27
1 files changed, 12 insertions, 15 deletions
diff --git a/TAO/tao/Policy_Manager.h b/TAO/tao/Policy_Manager.h
index 92c593e7e3c..1f5597a475b 100644
--- a/TAO/tao/Policy_Manager.h
+++ b/TAO/tao/Policy_Manager.h
@@ -50,8 +50,11 @@ public:
/// Obtain a single policy.
CORBA::Policy_ptr get_policy (CORBA::PolicyType policy
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL);
+ /// Obtain a single cached policy.
+ CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
+ ACE_ENV_ARG_DECL);
// = The CORBA::PolicyManager operations
@@ -67,10 +70,6 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException,
CORBA::InvalidPolicies));
- /// Obtain a single cached policy.
- CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
- ACE_ENV_ARG_DECL);
-
private:
/// Protect access
TAO_SYNCH_MUTEX mutex_;
@@ -89,8 +88,11 @@ public:
/// Obtain a single policy.
CORBA::Policy_ptr get_policy (CORBA::PolicyType policy
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL);
+ /// Obtain a single cached policy.
+ CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
+ ACE_ENV_ARG_DECL);
// = The CORBA::PolicyManager operations
@@ -102,10 +104,6 @@ public:
CORBA::SetOverrideType set_add
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
- /// Obtain a single cached policy.
- CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
- ACE_ENV_ARG_DECL);
-
private:
/// The implementation.
TAO_Policy_Set manager_impl_;
@@ -124,8 +122,11 @@ public:
/// Obtain a single policy.
CORBA::Policy_ptr get_policy (
CORBA::PolicyType policy
- ACE_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL);
+ /// Obtain a single cached policy.
+ CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
+ ACE_ENV_ARG_DECL);
// = The CORBA::PolicyManager operations
@@ -143,10 +144,6 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException,
CORBA::InvalidPolicies));
- /// Obtain a single cached policy.
- CORBA::Policy_ptr get_cached_policy (TAO_Cached_Policy_Type type
- ACE_ENV_ARG_DECL);
-
// = Set and get the implementation.
TAO_Policy_Current_Impl &implementation (void) const;
TAO_Policy_Current_Impl &implementation (TAO_Policy_Current_Impl &);