summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.i
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-04-23 21:18:52 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-04-23 21:18:52 +0000
commit531f8207adb685c1e6ca972583ecd8c9ec39d62e (patch)
tree705167126a9f07fc34d50ee0ce41dee68800ff8e /TAO/tao/NVList.i
parent019120f651ffedb250ad8a17571eb1935b155558 (diff)
downloadATCD-531f8207adb685c1e6ca972583ecd8c9ec39d62e.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/NVList.i')
-rw-r--r--TAO/tao/NVList.i7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/NVList.i b/TAO/tao/NVList.i
index ae46118499b..5cd2155bc2e 100644
--- a/TAO/tao/NVList.i
+++ b/TAO/tao/NVList.i
@@ -1,3 +1,4 @@
+// $Id$
// This may look like C, but it's really -*- C++ -*-
// constructor
@@ -20,7 +21,7 @@ CORBA_NamedValue::name (void) const
ACE_INLINE CORBA::Any_ptr
CORBA_NamedValue::value (void) const
{
- return ACE_const_cast(CORBA::Any_ptr,&this->any_);
+ return ACE_const_cast (CORBA::Any_ptr, &this->any_);
}
// return the flags
@@ -36,9 +37,7 @@ CORBA_NamedValue::flags (void) const
// constructor
ACE_INLINE
CORBA_NVList::CORBA_NVList (void)
- : values_ (0),
- max_ (0),
- len_ (0),
+ : max_ (0),
refcount_ (1)
{
}