summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent_Impl.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-02-13 12:53:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-02-13 12:53:40 +0000
commita4618170e3ee428e8b5c126a402fc9ce83a1361f (patch)
treed5bf3c17b058eb4008c6769ce3b2b2b7b565645a /TAO/tao/PI/PICurrent_Impl.cpp
parentd75316618ffde3d84d1ecd826ad722e69806a15f (diff)
downloadATCD-a4618170e3ee428e8b5c126a402fc9ce83a1361f.tar.gz
ChangeLogTag: Mon Feb 13 12:45:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PI/PICurrent_Impl.cpp')
-rw-r--r--TAO/tao/PI/PICurrent_Impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/PI/PICurrent_Impl.cpp b/TAO/tao/PI/PICurrent_Impl.cpp
index ae083b7eb2f..bc3a1a890dc 100644
--- a/TAO/tao/PI/PICurrent_Impl.cpp
+++ b/TAO/tao/PI/PICurrent_Impl.cpp
@@ -47,6 +47,7 @@ TAO::PICurrent_Impl::get_slot (PortableInterceptor::SlotId identifier
// No need to check validity of SlotId. It is validated before this
// method is invoked.
+ // Get the slot table that is currently active
PICurrent_Impl::Table & table = this->current_slot_table ();
ACE_ASSERT (this->lc_slot_table_ != &this->slot_table_);