summaryrefslogtreecommitdiff
path: root/TAO/tao/ORBInitializer_Registry.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-12 17:56:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-12 17:56:11 +0000
commit352e21f5dd8fed46156547a2eeca71906294dd32 (patch)
tree6be8275a2674bcbf9f725c79c43db073fd912e19 /TAO/tao/ORBInitializer_Registry.cpp
parent30e4debd04af1f534ac33987aa5245ee212a6017 (diff)
downloadATCD-352e21f5dd8fed46156547a2eeca71906294dd32.tar.gz
Diffstat (limited to 'TAO/tao/ORBInitializer_Registry.cpp')
-rw-r--r--TAO/tao/ORBInitializer_Registry.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/ORBInitializer_Registry.cpp b/TAO/tao/ORBInitializer_Registry.cpp
index 01e52ce3423..b924864cc13 100644
--- a/TAO/tao/ORBInitializer_Registry.cpp
+++ b/TAO/tao/ORBInitializer_Registry.cpp
@@ -43,16 +43,10 @@ namespace PortableInterceptor
}
}
-#if defined (ACE_VXWORKS) && defined (ACE_HAS_TSS_EMULATION)
- bool const lookup = false;
-#else
- bool const lookup = true;
-#endif
-
// If not, look it up.
TAO::ORBInitializer_Registry_Adapter *orbinitializer_registry_ =
ACE_Dynamic_Service<TAO::ORBInitializer_Registry_Adapter>::instance
- ("ORBInitializer_Registry", lookup); // only look in the local repo
+ ("ORBInitializer_Registry", true); // only look in the local repo
#if !defined (TAO_AS_STATIC_LIBS)
if (orbinitializer_registry_ == 0)