diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-06 05:31:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-06 05:31:12 +0000 |
commit | 51a16f0356c1c61bffd234de7a0bc4e304a36643 (patch) | |
tree | 1ffe7ee6c6ad40b2c91c430489d3de24b2a4bbf8 /TAO/tao/Sequence.h | |
parent | 0a1054451079d1b527552ce1a1007ace4f5b52fa (diff) | |
download | ATCD-51a16f0356c1c61bffd234de7a0bc4e304a36643.tar.gz |
.
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r-- | TAO/tao/Sequence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h index dc37b17bd64..433bc6949c7 100644 --- a/TAO/tao/Sequence.h +++ b/TAO/tao/Sequence.h @@ -294,7 +294,7 @@ public: // reallocation is performed. After reallocation, the release flag // is always set to TRUE. - TAO_SeqElem_String_Manager operator[] (CORBA::ULong index) const; + TAO_SeqElem_String_Manager operator[] (CORBA::ULong slot) const; // read-write accessor static char* *allocbuf (CORBA::ULong); |