summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA.cpp')
-rw-r--r--TAO/tao/PortableServer/POA.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp
index 37522f59b2c..b4a1d75d266 100644
--- a/TAO/tao/PortableServer/POA.cpp
+++ b/TAO/tao/PortableServer/POA.cpp
@@ -3518,8 +3518,6 @@ TAO_POA_Guard::TAO_POA_Guard (TAO_POA &poa
CORBA::COMPLETED_NO));
}
-#if (TAO_HAS_MIOP == 1)
-
PortableServer::ObjectId *
TAO_POA::create_id_for_reference (CORBA::Object_ptr the_ref
TAO_ENV_ARG_DECL)
@@ -3601,8 +3599,6 @@ TAO_POA::disassociate_reference_with_id (CORBA::Object_ptr ref,
ACE_CHECK;
}
-#endif /* TAO_HAS_MIOP == 1 */
-
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Array_Base<TAO_Active_Object_Map::Map_Entry *>;