summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/PortableServer_PolicyFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI_Server/PortableServer_PolicyFactory.cpp')
-rw-r--r--TAO/tao/PI_Server/PortableServer_PolicyFactory.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/PI_Server/PortableServer_PolicyFactory.cpp b/TAO/tao/PI_Server/PortableServer_PolicyFactory.cpp
index eaa42cf7ff5..cf31c2d03f4 100644
--- a/TAO/tao/PI_Server/PortableServer_PolicyFactory.cpp
+++ b/TAO/tao/PI_Server/PortableServer_PolicyFactory.cpp
@@ -26,7 +26,8 @@ TAO_PortableServer_PolicyFactory::create_policy (
CORBA::PolicyError))
{
#if !defined (CORBA_E_MICRO)
-#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT)
+#if (TAO_HAS_MINIMUM_POA == 0)
+
if (type == ::PortableServer::THREAD_POLICY_ID)
{
@@ -73,7 +74,7 @@ TAO_PortableServer_PolicyFactory::create_policy (
return id_assignment_policy;
}
-#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT)
+#if (TAO_HAS_MINIMUM_POA == 0)
if (type == PortableServer::IMPLICIT_ACTIVATION_POLICY_ID)
{