summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_KeyC.i')
-rw-r--r--TAO/tao/Object_KeyC.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Object_KeyC.i b/TAO/tao/Object_KeyC.i
index fae8ef6d74c..82bfaa7cb26 100644
--- a/TAO/tao/Object_KeyC.i
+++ b/TAO/tao/Object_KeyC.i
@@ -126,9 +126,9 @@ TAO_ObjectKey_var::operator TAO_ObjectKey &() const// cast
}
ACE_INLINE CORBA::Octet &
-TAO_ObjectKey_var::operator[] (CORBA::ULong index)
+TAO_ObjectKey_var::operator[] (CORBA::ULong slot)
{
- return this->ptr_->operator[] (index);
+ return this->ptr_->operator[] (slot);
}
ACE_INLINE const TAO_ObjectKey &
@@ -223,8 +223,8 @@ TAO_ObjectKey_out::operator-> (void)
}
ACE_INLINE CORBA::Octet &
-TAO_ObjectKey_out::operator[] (CORBA::ULong index)
+TAO_ObjectKey_out::operator[] (CORBA::ULong slot)
{
- return this->ptr_->operator[] (index);
+ return this->ptr_->operator[] (slot);
}