From 475ed1f274432cbe0bb302a95701e7151d7497f5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 29 Jan 2007 19:18:13 +0000 Subject: Mon Jan 29 19:11:14 2007 Johnny Willemsen --- TAO/tao/Policy_Set.h | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'TAO/tao/Policy_Set.h') diff --git a/TAO/tao/Policy_Set.h b/TAO/tao/Policy_Set.h index 36f426dd5ed..8df15b71161 100644 --- a/TAO/tao/Policy_Set.h +++ b/TAO/tao/Policy_Set.h @@ -54,8 +54,7 @@ public: /// Copy the state from @a source, it uses the copy() operator to /// obtain independent copies of all the policies. - void copy_from (TAO_Policy_Set* source - ); + void copy_from (TAO_Policy_Set* source); /** * Modify the list of policies to include @a policies. @@ -65,18 +64,15 @@ public: * No attempt is made to validate the policies for consistency. */ void set_policy_overrides (const CORBA::PolicyList & policies, - CORBA::SetOverrideType set_add - ); + CORBA::SetOverrideType set_add); /// Get the values (if any) for the policies in @a types, if @a /// types is an empty list the method returns *all* the current /// policies. - CORBA::PolicyList * get_policy_overrides (const CORBA::PolicyTypeSeq & types - ); + CORBA::PolicyList * get_policy_overrides (const CORBA::PolicyTypeSeq & types); /// Obtain a single policy. - CORBA::Policy_ptr get_policy (CORBA::PolicyType policy - ); + CORBA::Policy_ptr get_policy (CORBA::PolicyType policy); /// Obtain a cached policy for speedy lookups. /** @@ -90,12 +86,10 @@ 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); /// Utility method to set a single policy. - void set_policy (const CORBA::Policy_ptr policy - ); + void set_policy (const CORBA::Policy_ptr policy); /// Returns the policy at the specified index. /// @c CORBA::Policy::_nil () is returned if the policy doesn't -- cgit v1.2.1