summaryrefslogtreecommitdiff
path: root/TAO/tao/BiDir_Adapter.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
commit63a3c576735a0045e88fafd434917ab9df4670d4 (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/BiDir_Adapter.h
parentf8f8bd276e46bdb451392edc637df8683b6f24c6 (diff)
downloadATCD-63a3c576735a0045e88fafd434917ab9df4670d4.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/BiDir_Adapter.h')
-rw-r--r--TAO/tao/BiDir_Adapter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/BiDir_Adapter.h b/TAO/tao/BiDir_Adapter.h
index a1a394d8b5b..23128844c2a 100644
--- a/TAO/tao/BiDir_Adapter.h
+++ b/TAO/tao/BiDir_Adapter.h
@@ -40,9 +40,8 @@ public:
/// The virtual destructor
virtual ~TAO_BiDir_Adapter (void);
- virtual void load_policy_validators (TAO_Policy_Validator &validator ACE_ENV_ARG_DECL)
+ virtual void load_policy_validators (TAO_Policy_Validator &validator)
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
-
};
TAO_END_VERSIONED_NAMESPACE_DECL