summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-20 17:10:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-20 17:10:20 +0000
commite3e819733035803968c7e911abcdf719d0655664 (patch)
treee229b91c4c96c4c51960eebdeda54acaf3a04936 /TAO/tao/NVList.cpp
parent231b10027730a546719a2376d954e17f5711b63a (diff)
downloadATCD-e3e819733035803968c7e911abcdf719d0655664.tar.gz
Removed arg from _tao_replace() call to reflect the new signature.
Diffstat (limited to 'TAO/tao/NVList.cpp')
-rw-r--r--TAO/tao/NVList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/NVList.cpp b/TAO/tao/NVList.cpp
index 32f582ce0ee..36306a455a2 100644
--- a/TAO/tao/NVList.cpp
+++ b/TAO/tao/NVList.cpp
@@ -153,7 +153,6 @@ CORBA_NVList::add_value (const char *name,
{
nv->any_._tao_replace (value.type_,
value.cdr_,
- 0,
env);
}
}