summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/Policy_Creator_T.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/PI_Server/Policy_Creator_T.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/PI_Server/Policy_Creator_T.h')
-rw-r--r--TAO/tao/PI_Server/Policy_Creator_T.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/PI_Server/Policy_Creator_T.h b/TAO/tao/PI_Server/Policy_Creator_T.h
index 6b4784fb607..0a38c59d9e4 100644
--- a/TAO/tao/PI_Server/Policy_Creator_T.h
+++ b/TAO/tao/PI_Server/Policy_Creator_T.h
@@ -32,7 +32,7 @@ namespace TAO
POLICYTYPE *& policy,
POLICYVALUE &value,
const CORBA::Any& val
- ACE_ENV_ARG_DECL)
+ )
{
if ((val >>= value) == 0)
ACE_THROW (CORBA::PolicyError (CORBA::BAD_POLICY_VALUE));
@@ -41,7 +41,6 @@ namespace TAO
POLICYTYPE (value),
CORBA::NO_MEMORY (TAO::VMCID,
CORBA::COMPLETED_NO));
- ACE_CHECK;
}
}
}