diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-04 18:53:32 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-04 18:53:32 +0000 |
commit | 15d335d084e19b6c72bd430f6b00c1aed58f82e6 (patch) | |
tree | 00c002500fe31748d5d4b9481f78530dfd6ac2d8 /TAO/tao/NVList.cpp | |
parent | 85e68305e35f5ce82c844a2b7376383c90234761 (diff) | |
download | ATCD-15d335d084e19b6c72bd430f6b00c1aed58f82e6.tar.gz |
ChangeLogTag: Wed Oct 4 13:45:48 2000 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 25e833f6c93..b4e62e862ad 100644 --- a/TAO/tao/NVList.cpp +++ b/TAO/tao/NVList.cpp @@ -309,7 +309,7 @@ CORBA_NVList::_tao_encode (TAO_OutputCDR &cdr, { // The list is empty aggresively reduce copies and just send // the CDR stream, we assume that - // GIOP_Server_Request::init_reply + // TAO_Server_Request::init_reply // has inserted appropiated padding already to make this // operation correct cdr.write_octet_array_mb (this->incoming_->start ()); |