summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/NVList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/NVList.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/NVList.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/AnyTypeCode/NVList.cpp b/TAO/tao/AnyTypeCode/NVList.cpp
index 80f127fc5e6..6b0ef8aabc5 100644
--- a/TAO/tao/AnyTypeCode/NVList.cpp
+++ b/TAO/tao/AnyTypeCode/NVList.cpp
@@ -22,22 +22,18 @@
# include "tao/AnyTypeCode/NVList.inl"
#endif /* ! __ACE_INLINE__ */
-ACE_RCSID (AnyTypeCode,
- NVList,
- "$Id$")
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// Reference counting for DII Request object
CORBA::ULong
-CORBA::NamedValue::_incr_refcnt (void)
+CORBA::NamedValue::_incr_refcount (void)
{
return ++this->refcount_;
}
CORBA::ULong
-CORBA::NamedValue::_decr_refcnt (void)
+CORBA::NamedValue::_decr_refcount (void)
{
CORBA::ULong const new_count = --this->refcount_;
@@ -60,13 +56,13 @@ CORBA::NamedValue::~NamedValue (void)
// ****************************************************************
CORBA::ULong
-CORBA::NVList::_incr_refcnt (void)
+CORBA::NVList::_incr_refcount (void)
{
return ++this->refcount_;
}
CORBA::ULong
-CORBA::NVList::_decr_refcnt (void)
+CORBA::NVList::_decr_refcount (void)
{
CORBA::ULong const new_count = --this->refcount_;