summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 11:22:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-17 11:22:52 +0000
commitf00d2ac408200b0f2d3d0b8b4c44c903e3acc50a (patch)
tree90f615eaeb8e79a8612d10c3b7283b91a6e604cb
parentb770fb27e82addb99174b96eb02a7a6426b29c7c (diff)
downloadATCD-f00d2ac408200b0f2d3d0b8b4c44c903e3acc50a.tar.gz
ChangeLogTag: Wed Aug 17 08:34:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PI/PICurrent.cpp4
1 files 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,