summaryrefslogtreecommitdiff
path: root/TAO/tao/Refcounted_ObjectKey.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Refcounted_ObjectKey.inl')
-rw-r--r--TAO/tao/Refcounted_ObjectKey.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Refcounted_ObjectKey.inl b/TAO/tao/Refcounted_ObjectKey.inl
index aef3dc53236..2b8449f3ec0 100644
--- a/TAO/tao/Refcounted_ObjectKey.inl
+++ b/TAO/tao/Refcounted_ObjectKey.inl
@@ -2,7 +2,7 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE void
-TAO::Refcounted_ObjectKey::incr_refcount (void)
+TAO::Refcounted_ObjectKey::incr_refcount ()
{
++this->refcount_;
}
@@ -14,7 +14,7 @@ TAO::Refcounted_ObjectKey::object_key () const
}
ACE_INLINE CORBA::ULong
-TAO::Refcounted_ObjectKey::decr_refcount (void)
+TAO::Refcounted_ObjectKey::decr_refcount ()
{
if (--this->refcount_ > 0)
{