summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-04 18:53:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-04 18:53:32 +0000
commit15d335d084e19b6c72bd430f6b00c1aed58f82e6 (patch)
tree00c002500fe31748d5d4b9481f78530dfd6ac2d8 /TAO/tao/NVList.cpp
parent85e68305e35f5ce82c844a2b7376383c90234761 (diff)
downloadATCD-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.cpp2
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 ());