summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PI_PolicyFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PI_PolicyFactory.h')
-rw-r--r--TAO/tao/PI/PI_PolicyFactory.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/PI/PI_PolicyFactory.h b/TAO/tao/PI/PI_PolicyFactory.h
index 17bd5d9bd0a..8800ecbb14d 100644
--- a/TAO/tao/PI/PI_PolicyFactory.h
+++ b/TAO/tao/PI/PI_PolicyFactory.h
@@ -37,10 +37,7 @@ class TAO_PI_Export TAO_PI_PolicyFactory
{
public:
CORBA::Policy_ptr create_policy (CORBA::PolicyType type,
- const CORBA::Any & value
- )
- ACE_THROW_SPEC ((CORBA::SystemException,
- CORBA::PolicyError));
+ const CORBA::Any & value);
};
TAO_END_VERSIONED_NAMESPACE_DECL