diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2005-04-23 18:20:28 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2005-04-23 18:20:28 +0000 |
commit | 618032fc256b2daefca9d233041ff4c7f7e034de (patch) | |
tree | f328f47cbcf308fe1e42950645605f2330b2ca74 /TAO/tao/PICurrent.inl | |
parent | 4e59c73b4e72dec9e387f721f56b7c2d69e178e9 (diff) | |
download | ATCD-618032fc256b2daefca9d233041ff4c7f7e034de.tar.gz |
ChangeLogTag:Sat Apr 23 13:12:27 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PICurrent.inl')
-rw-r--r-- | TAO/tao/PICurrent.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PICurrent.inl b/TAO/tao/PICurrent.inl index f4deba73c6e..6d456e164d2 100644 --- a/TAO/tao/PICurrent.inl +++ b/TAO/tao/PICurrent.inl @@ -16,12 +16,12 @@ TAO::PICurrent::initialize (PortableInterceptor::SlotId sc) } ACE_INLINE void -TAO::PICurrent::check_validity (const PortableInterceptor::SlotId &id +TAO::PICurrent::check_validity (const PortableInterceptor::SlotId &identifier ACE_ENV_ARG_DECL) { // No need to acquire a lock for this check. At this point, these // attributes are read only. - if (id >= this->slot_count_) + if (identifier >= this->slot_count_) ACE_THROW (PortableInterceptor::InvalidSlot ()); } |