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.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/TAO/tao/PolicyFactory_Registry_Adapter.h b/TAO/tao/PolicyFactory_Registry_Adapter.h
index 01620c2d43d..0c8596949e4 100644
--- a/TAO/tao/PolicyFactory_Registry_Adapter.h
+++ b/TAO/tao/PolicyFactory_Registry_Adapter.h
@@ -23,9 +23,6 @@
#include "tao/Basic_Types.h"
-#include "ace/CORBA_macros.h"
-
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
//-- Forward Declarations--
@@ -65,19 +62,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.