summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/ORB.cpp2
-rw-r--r--TAO/tao/ORB.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index f3d255f5020..d10d46b622f 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -279,7 +279,7 @@ CORBA::ORB::work_pending (ACE_ENV_SINGLE_ARG_DECL)
return 1;
}
-#if (TAO_HAS_MINIMUM_CORBA == 0)
+#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
void
CORBA::ORB::create_list (CORBA::Long count,
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index e08484e3ae6..0a99082642a 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -121,7 +121,7 @@ namespace CORBA
typedef CORBA::Short ValueModifier;
-#if (TAO_HAS_MINIMUM_CORBA == 0)
+#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
// Typedefs for CORBA::RequestSeq, which is an argument of
// send_multiple_requests_*().
@@ -246,7 +246,7 @@ namespace CORBA
ACE_ENV_ARG_DECL_WITH_DEFAULTS);
#endif
-#if (TAO_HAS_MINIMUM_CORBA == 0)
+#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
void create_list (CORBA::Long count,
CORBA::NVList_ptr &new_list