summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_POA.cpp')
-rw-r--r--TAO/tao/RTPortableServer/RT_POA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTPortableServer/RT_POA.cpp b/TAO/tao/RTPortableServer/RT_POA.cpp
index 93b27235ac6..87830403e45 100644
--- a/TAO/tao/RTPortableServer/RT_POA.cpp
+++ b/TAO/tao/RTPortableServer/RT_POA.cpp
@@ -569,11 +569,13 @@ TAO_RT_POA::the_parent ()
return this->TAO_Regular_POA::the_parent ();
}
+#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
PortableServer::POAList *
TAO_RT_POA::the_children ()
{
return this->TAO_Regular_POA::the_children ();
}
+#endif /* TAO_HAS_MINIMUM_POA == 0 */
PortableServer::POAManager_ptr
TAO_RT_POA::the_POAManager ()
@@ -581,9 +583,7 @@ TAO_RT_POA::the_POAManager ()
return this->TAO_Regular_POA::the_POAManager ();
}
-
#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
-
PortableServer::AdapterActivator_ptr
TAO_RT_POA::the_activator ()
{