summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-17 15:15:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-17 15:15:36 +0000
commit2d7e65f24a469f66bd2771c7075a535eed2e81af (patch)
tree91314d936e7b751a6a1180b4cd355b9441b120a4 /TAO/tao/Profile.cpp
parentaf3205b287c746e39b7f865019eed6d5a83166c3 (diff)
downloadATCD-2d7e65f24a469f66bd2771c7075a535eed2e81af.tar.gz
Tue Feb 17 15:14:39 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/ORB_Core.cpp: * tao/orbconf.h: Added TAO_SO_LINGER, TAO_ACCEPT_ERROR_DELAY and TAO_USE_PARALLEL_CONNECT which can be set in config.h to control the default values. * tao/ORB_Core.cpp: * tao/IIOP_Acceptor.cpp: * tao/params.h: * tao/params.inl: * tao/Profile.cpp: Changed std_profile_components to a real bool
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r--TAO/tao/Profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp
index d857145e221..e98aefca50a 100644
--- a/TAO/tao/Profile.cpp
+++ b/TAO/tao/Profile.cpp
@@ -525,7 +525,7 @@ TAO_Profile::verify_orb_configuration (void)
{
// If the ORB isn't configured to support tagged components, then
// throw an exception.
- if (this->orb_core_->orb_params ()->std_profile_components () == 0
+ if (!this->orb_core_->orb_params ()->std_profile_components ()
|| !this->orb_core_->orb ()->_use_omg_ior_format ())
{
if (TAO_debug_level > 0)