summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-03-22 19:16:16 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-03-22 19:16:16 +0000
commita5509bf2e52906a3852541282b80064097f05ce8 (patch)
treedeca1cb2214bcee22bf90b514d99de662438b1c6 /TAO/tao/NVList.cpp
parente1dd361668324c67c29131110a05e1da8c31bc23 (diff)
downloadATCD-a5509bf2e52906a3852541282b80064097f05ce8.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/NVList.cpp')
-rw-r--r--TAO/tao/NVList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/NVList.cpp b/TAO/tao/NVList.cpp
index 313c2fa764f..e744d929981 100644
--- a/TAO/tao/NVList.cpp
+++ b/TAO/tao/NVList.cpp
@@ -215,7 +215,7 @@ CORBA_NVList::add_value_consume (char * /*name*/,
// not implemented because we need to see how we can consume the value
// One soln is to make the any_ member of NamedValue to be a Any_ptr or
// Any_var
- // XXXASG- TODO
+ // XXXTAO (ASG) - TODO
return 0;
}
@@ -224,7 +224,7 @@ void
CORBA_NVList::remove (CORBA::ULong /*n*/, CORBA::Environment &/*env*/)
{
// not implemented
- // XXXASG - TODO
+ // XXXTAO (ASG) - TODO
}