summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyFactory_Registry_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PolicyFactory_Registry_Adapter.h')
-rw-r--r--TAO/tao/PolicyFactory_Registry_Adapter.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/PolicyFactory_Registry_Adapter.h b/TAO/tao/PolicyFactory_Registry_Adapter.h
index 01620c2d43d..af658e2db7a 100644
--- a/TAO/tao/PolicyFactory_Registry_Adapter.h
+++ b/TAO/tao/PolicyFactory_Registry_Adapter.h
@@ -65,19 +65,16 @@ namespace TAO
/// initialization.
virtual void register_policy_factory (
CORBA::PolicyType type,
- PortableInterceptor::PolicyFactory_ptr policy_factory
- ) = 0;
+ PortableInterceptor::PolicyFactory_ptr policy_factory) = 0;
/// Construct a policy of the given type with the information
/// contained in the CORBA::Any @a value.
virtual CORBA::Policy_ptr create_policy (CORBA::PolicyType type,
- const CORBA::Any &value
- ) = 0;
+ const CORBA::Any &value) = 0;
/// Create an empty policy, usually to be filled in later by
/// demarshaling.
- virtual CORBA::Policy_ptr _create_policy (CORBA::PolicyType type
- ) = 0;
+ virtual CORBA::Policy_ptr _create_policy (CORBA::PolicyType type) = 0;
/// Check if a @c PolicyFactory corresponding to the given type,
/// exists.