summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-03 12:27:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-03 12:27:14 +0000
commitc43bc8aa16968d71333897e76de8b57039dfab2d (patch)
treefdf5156bfdc56eb908ec3b3d16546a963f12ab45
parente4d40f10d74fd6c70fd3769dd52edb92b37fa71e (diff)
downloadATCD-c43bc8aa16968d71333897e76de8b57039dfab2d.tar.gz
ChangeLogTag: Thu Mar 3 12:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableServer/Root_POA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.cpp b/TAO/tao/PortableServer/Root_POA.cpp
index ad85ede9d0c..8aad96c6e66 100644
--- a/TAO/tao/PortableServer/Root_POA.cpp
+++ b/TAO/tao/PortableServer/Root_POA.cpp
@@ -235,7 +235,7 @@ TAO_Root_POA::TAO_Root_POA (const TAO_Root_POA::String &name,
ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
-#if (TAO_HAS_MINIMUM_POA == 0)
+#if (TAO_HAS_MINIMUM_POA == 1)
// If this is the RootPOA, set the value of the ImplicitActivationPolicy
// to IMPLICIT_ACTIVATION since it is impossible to pass the policy
// as it is not compiled into the library.
@@ -250,7 +250,7 @@ TAO_Root_POA::TAO_Root_POA (const TAO_Root_POA::String &name,
this->cached_policies_.implicit_activation
(PortableServer::IMPLICIT_ACTIVATION);
}
-#endif /* TAO_HAS_MINIMUM_POA == 0 */
+#endif /* TAO_HAS_MINIMUM_POA == 1 */
// Set the active strategies to be used by this POA
this->active_policy_strategies_.update (this->cached_policies_,