summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Validator.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/Policy_Validator.h
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Policy_Validator.h')
-rw-r--r--TAO/tao/Policy_Validator.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/Policy_Validator.h b/TAO/tao/Policy_Validator.h
index 6cc2eb6aab5..747d991d4df 100644
--- a/TAO/tao/Policy_Validator.h
+++ b/TAO/tao/Policy_Validator.h
@@ -36,8 +36,6 @@ class TAO_ORB_Core;
namespace CORBA
{
typedef ULong PolicyType;
-
- class Environment;
}
/**
@@ -67,13 +65,13 @@ public:
* if that is not the case.
*/
void validate (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
/**
* Add/merge policies.
**/
void merge_policies (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL);
+ );
/**
* Return whether the specified policy type is legal for the
@@ -100,10 +98,10 @@ public:
protected:
virtual void validate_impl (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
virtual void merge_policies_impl (TAO_Policy_Set &policies
- ACE_ENV_ARG_DECL) = 0;
+ ) = 0;
virtual CORBA::Boolean legal_policy_impl (CORBA::PolicyType type) = 0;