summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.h')
-rw-r--r--TAO/tao/PortableServer/POA.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/POA.h b/TAO/tao/PortableServer/POA.h
index 3c1b46504b9..8628b0a902d 100644
--- a/TAO/tao/PortableServer/POA.h
+++ b/TAO/tao/PortableServer/POA.h
@@ -316,7 +316,7 @@ public:
CORBA::OctetSeq *id (TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
-#if (TAO_HAS_MIOP == 1)
+ // Methods added by the MIOP specification.
virtual PortableServer::ObjectId * create_id_for_reference (
CORBA::Object_ptr the_ref
TAO_ENV_ARG_DECL_WITH_DEFAULTS
@@ -356,7 +356,8 @@ public:
PortableServer::NotAGroupObject
));
-#endif /* TAO_HAS_MIOP == 1 */
+ // End methods added by MIOP.
+
/// Accessor for POA policies.
TAO_POA_Policy_Set &policies (void);