summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_Policy_Validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_Policy_Validator.h')
-rw-r--r--TAO/tao/RTPortableServer/RT_Policy_Validator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Policy_Validator.h b/TAO/tao/RTPortableServer/RT_Policy_Validator.h
index 2f96666c544..4dd3bfd3460 100644
--- a/TAO/tao/RTPortableServer/RT_Policy_Validator.h
+++ b/TAO/tao/RTPortableServer/RT_Policy_Validator.h
@@ -55,7 +55,7 @@ public:
static TAO_Thread_Pool *extract_thread_pool (TAO_ORB_Core &orb_core,
TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
protected:
@@ -65,11 +65,11 @@ protected:
* if that is not the case.
*/
void validate_impl (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
/// Add/merge policies.
void merge_policies_impl (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
/**
* Return whether the specified policy type is legal for the
@@ -81,13 +81,13 @@ protected:
private:
void validate_server_protocol (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
void validate_priorities (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
void validate_thread_pool (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
TAO_Thread_Pool *thread_pool_;