summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-04 10:41:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-04 10:41:53 +0000
commit32ef6a089b8dc9c51afd9e3a3dac85f193298fa2 (patch)
tree4d15109c3d3f756cdbb63d0281b75697fd56b58f
parent10a03c5562bda701d226e9244d04f39730772d1a (diff)
downloadATCD-32ef6a089b8dc9c51afd9e3a3dac85f193298fa2.tar.gz
ChangeLogTag: Wed May 4 08:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableServer/ImplicitActivationPolicyA.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/ImplicitActivationPolicyA.cpp b/TAO/tao/PortableServer/ImplicitActivationPolicyA.cpp
index 0f99bceae53..fbf41ebe7e2 100644
--- a/TAO/tao/PortableServer/ImplicitActivationPolicyA.cpp
+++ b/TAO/tao/PortableServer/ImplicitActivationPolicyA.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
@@ -43,7 +45,7 @@ static char const * const _tao_enumerators_PortableServer_ImplicitActivationPoli
{
"IMPLICIT_ACTIVATION",
"NO_IMPLICIT_ACTIVATION"
-
+
};
static TAO::TypeCode::Enum<char const *,
@@ -54,7 +56,7 @@ static TAO::TypeCode::Enum<char const *,
"ImplicitActivationPolicyValue",
_tao_enumerators_PortableServer_ImplicitActivationPolicyValue,
2);
-
+
namespace PortableServer
{
::CORBA::TypeCode_ptr const _tc_ImplicitActivationPolicyValue =
@@ -72,7 +74,7 @@ static TAO::TypeCode::Objref<char const *,
CORBA::tk_local_interface,
"IDL:omg.org/PortableServer/ImplicitActivationPolicy:2.3",
"ImplicitActivationPolicy");
-
+
namespace PortableServer
{
::CORBA::TypeCode_ptr const _tc_ImplicitActivationPolicy =
@@ -105,7 +107,7 @@ CORBA::Boolean operator>>= (
TAO::Any_Basic_Impl_T<PortableServer::ImplicitActivationPolicyValue>::extract (
_tao_any,
PortableServer::_tc_ImplicitActivationPolicyValue,
- _tao_elem
+ _tao_elem
);
}
@@ -133,7 +135,7 @@ namespace TAO
{
return false;
}
-
+
template<>
CORBA::Boolean
Any_Impl_T<PortableServer::ImplicitActivationPolicy>::demarshal_value (TAO_InputCDR &)
@@ -183,3 +185,5 @@ operator>>= (
_tao_elem
);
}
+
+ #endif /* TAO_HAS_MINIMUM_CORBA == 0 */