summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-01 20:41:46 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-01 20:41:46 +0000
commit285ee1117b240ae1bbec1da111114742cf50c6b1 (patch)
tree299e3e19c6f8e6ac2f42d5bd60943582f2233426
parent47564108d28cb9fd6bd3f92a50c6197c8091971c (diff)
downloadATCD-285ee1117b240ae1bbec1da111114742cf50c6b1.tar.gz
Added a space between * and /* to avoid confusing some compilers.
-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 ba75258cb72..e5becfb07bd 100644
--- a/TAO/tao/nvlist.cpp
+++ b/TAO/tao/nvlist.cpp
@@ -279,7 +279,7 @@ CORBA_NVList::add_item_consume (char *name,
// add a value. If necessary, increment the list
CORBA::NamedValue_ptr
CORBA_NVList::add_value_consume (char * /*name*/,
- CORBA::Any */*value*/,
+ CORBA::Any * /*value*/,
CORBA::Flags /*flags*/,
CORBA::Environment &/*env*/)
{