summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingPolicyA.cpp')
-rw-r--r--TAO/tao/PortableServer/RequestProcessingPolicyA.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp b/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp
index 468cfa0f662..49f3dc66cb4 100644
--- a/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp
+++ b/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp
@@ -36,6 +36,8 @@
#include "tao/Any_Impl_T.h"
#include "tao/Any_Basic_Impl_T.h"
+#if (TAO_HAS_MINIMUM_POA == 0)
+
// TAO_IDL - Generated from
// be/be_visitor_typecode/enum_typecode.cpp:34
@@ -44,7 +46,7 @@ static char const * const _tao_enumerators_PortableServer_RequestProcessingPolic
"USE_ACTIVE_OBJECT_MAP_ONLY",
"USE_DEFAULT_SERVANT",
"USE_SERVANT_MANAGER"
-
+
};
static TAO::TypeCode::Enum<char const *,
@@ -55,7 +57,7 @@ static TAO::TypeCode::Enum<char const *,
"RequestProcessingPolicyValue",
_tao_enumerators_PortableServer_RequestProcessingPolicyValue,
3);
-
+
namespace PortableServer
{
::CORBA::TypeCode_ptr const _tc_RequestProcessingPolicyValue =
@@ -73,7 +75,7 @@ static TAO::TypeCode::Objref<char const *,
CORBA::tk_local_interface,
"IDL:omg.org/PortableServer/RequestProcessingPolicy:2.3",
"RequestProcessingPolicy");
-
+
namespace PortableServer
{
::CORBA::TypeCode_ptr const _tc_RequestProcessingPolicy =
@@ -106,7 +108,7 @@ CORBA::Boolean operator>>= (
TAO::Any_Basic_Impl_T<PortableServer::RequestProcessingPolicyValue>::extract (
_tao_any,
PortableServer::_tc_RequestProcessingPolicyValue,
- _tao_elem
+ _tao_elem
);
}
@@ -134,7 +136,7 @@ namespace TAO
{
return false;
}
-
+
template<>
CORBA::Boolean
Any_Impl_T<PortableServer::RequestProcessingPolicy>::demarshal_value (TAO_InputCDR &)
@@ -184,3 +186,5 @@ operator>>= (
_tao_elem
);
}
+
+#endif /* TAO_HAS_MINIMUM_CORBA == 0 */