summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServantManagerA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ServantManagerA.cpp')
-rw-r--r--TAO/tao/PortableServer/ServantManagerA.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/ServantManagerA.cpp b/TAO/tao/PortableServer/ServantManagerA.cpp
index 666ad5d72ea..fab81c39676 100644
--- a/TAO/tao/PortableServer/ServantManagerA.cpp
+++ b/TAO/tao/PortableServer/ServantManagerA.cpp
@@ -34,6 +34,8 @@
#include "tao/Any.h"
#include "tao/Any_Impl_T.h"
+#if (TAO_HAS_MINIMUM_POA == 0)
+
// TAO_IDL - Generated from
// be/be_visitor_typecode/objref_typecode.cpp:76
@@ -43,7 +45,7 @@ static TAO::TypeCode::Objref<char const *,
CORBA::tk_local_interface,
"IDL:omg.org/PortableServer/ServantManager:2.3",
"ServantManager");
-
+
namespace PortableServer
{
::CORBA::TypeCode_ptr const _tc_ServantManager =
@@ -76,7 +78,7 @@ namespace TAO
{
return false;
}
-
+
template<>
CORBA::Boolean
Any_Impl_T<PortableServer::ServantManager>::demarshal_value (TAO_InputCDR &)
@@ -126,3 +128,5 @@ operator>>= (
_tao_elem
);
}
+
+#endif /* TAO_HAS_MINIMUM_CORBA == 0 */