diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 17:09:42 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 17:09:42 +0000 |
commit | 231b10027730a546719a2376d954e17f5711b63a (patch) | |
tree | 768d7bac0dd16316e47f96e932be16df8b93dadb /TAO | |
parent | e8bc16109f0da8980512f82816b746cde25afa0c (diff) | |
download | ATCD-231b10027730a546719a2376d954e17f5711b63a.tar.gz |
Removed arg from _tao_replace() call to reflect new signature.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/GIOP_Server_Request.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/GIOP_Server_Request.cpp b/TAO/tao/GIOP_Server_Request.cpp index 35d5f0cce36..f174c00b4b8 100644 --- a/TAO/tao/GIOP_Server_Request.cpp +++ b/TAO/tao/GIOP_Server_Request.cpp @@ -301,7 +301,6 @@ GIOP_ServerRequest::arguments (CORBA::NVList_ptr &list, // Stick it into the Any. It gets duplicated there. any->_tao_replace (tc.in (), cdr, - 0, env); // Now we can release the original. |