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.cpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp b/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp
index eac7f4dc12d..b565c1c14ef 100644
--- a/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp
+++ b/TAO/tao/PortableServer/RequestProcessingPolicyA.cpp
@@ -36,8 +36,10 @@
#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
+// be\be_visitor_typecode/enum_typecode.cpp:34
static char const * const _tao_enumerators_PortableServer_RequestProcessingPolicyValue[] =
{
@@ -65,7 +67,7 @@ namespace PortableServer
// TAO_IDL - Generated from
-// be/be_visitor_typecode/objref_typecode.cpp:73
+// be\be_visitor_typecode/objref_typecode.cpp:76
static TAO::TypeCode::Objref<char const *,
CORBA::tk_local_interface,
@@ -83,7 +85,7 @@ namespace PortableServer
// TAO_IDL - Generated from
-// be/be_visitor_enum/any_op_cs.cpp:52
+// be\be_visitor_enum/any_op_cs.cpp:52
void operator<<= (
CORBA::Any &_tao_any,
@@ -111,7 +113,7 @@ CORBA::Boolean operator>>= (
}
// TAO_IDL - Generated from
-// be/be_visitor_interface/any_op_cs.cpp:50
+// be\be_visitor_interface/any_op_cs.cpp:50
template<>
CORBA::Boolean
@@ -204,3 +206,5 @@ operator>>= (
>
#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+
+#endif /* TAO_HAS_MINIMUM_CORBA == 0 */