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.inl9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/Refcounted_ObjectKey.inl b/TAO/tao/Refcounted_ObjectKey.inl
index be9f8f8496d..c829e6b45b0 100644
--- a/TAO/tao/Refcounted_ObjectKey.inl
+++ b/TAO/tao/Refcounted_ObjectKey.inl
@@ -1,20 +1,15 @@
// -*- C++ -*-
-//
// $Id$
-
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE long
TAO::Refcounted_ObjectKey::incr_refcount (void)
{
return ++this->ref_count_;
}
+
+
ACE_INLINE const TAO::ObjectKey &
TAO::Refcounted_ObjectKey::object_key (void) const
{
return this->object_key_;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL