diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-04 17:18:21 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-04 17:18:21 +0000 |
commit | 46a7821b08ff136d9068ef2aeb8fbbee9ac59936 (patch) | |
tree | fb4cbdb5fa122d61c9c62561e1e8aa4976e3428a /TAO/tao/NVList.cpp | |
parent | f70583053baac91a17fa57fee16bd572176cde74 (diff) | |
download | ATCD-46a7821b08ff136d9068ef2aeb8fbbee9ac59936.tar.gz |
ChangeLogTag: Fri May 4 12:08:55 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/NVList.cpp')
-rw-r--r-- | TAO/tao/NVList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/NVList.cpp b/TAO/tao/NVList.cpp index 6d1891a2664..3a5855ac536 100644 --- a/TAO/tao/NVList.cpp +++ b/TAO/tao/NVList.cpp @@ -353,7 +353,7 @@ CORBA_NVList::_tao_encode (TAO_OutputCDR &cdr, // The list is already evaluated, we cannot optimize the copies, go // ahead with the slow way to do things. - // Then unmarshal each "in" and "inout" parameter. + // Then marshal each "in" and "inout" parameter. ACE_Unbounded_Queue_Iterator<CORBA::NamedValue_ptr> i (this->values_); for (i.first (); !i.done (); i.advance ()) |