From f00d2ac408200b0f2d3d0b8b4c44c903e3acc50a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 17 Aug 2005 11:22:52 +0000 Subject: ChangeLogTag: Wed Aug 17 08:34:12 UTC 2005 Johnny Willemsen --- TAO/tao/PI/PICurrent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TAO/tao/PI/PICurrent.cpp b/TAO/tao/PI/PICurrent.cpp index 58580422cec..ded4eb44d00 100644 --- a/TAO/tao/PI/PICurrent.cpp +++ b/TAO/tao/PI/PICurrent.cpp @@ -21,7 +21,7 @@ ACE_RCSID (tao, TAO::PICurrent::PICurrent (TAO_ORB_Core &orb_core) : orb_core_ (orb_core), - tss_slot_ (-1), + tss_slot_ (0), slot_count_ (0) { } @@ -101,7 +101,7 @@ TAO::PICurrent::initialize (PortableInterceptor::SlotId sc { this->slot_count_ = sc; - if (this->tsc () == 0 && tss_slot_ == -1) + if (this->tsc () == 0 && tss_slot_ == 0) { TAO::PICurrent_Impl *impl = 0; ACE_NEW_RETURN (impl, -- cgit v1.2.1