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.inl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tao/Refcounted_ObjectKey.inl b/TAO/tao/Refcounted_ObjectKey.inl
new file mode 100644
index 00000000000..117f9db4ee9
--- /dev/null
+++ b/TAO/tao/Refcounted_ObjectKey.inl
@@ -0,0 +1,20 @@
+// -*- C++ -*-
+//
+// $Id$
+
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE void
+TAO::Refcounted_ObjectKey::incr_refcount (void)
+{
+ ++this->ref_count_;
+}
+
+ACE_INLINE const TAO::ObjectKey &
+TAO::Refcounted_ObjectKey::object_key (void) const
+{
+ return this->object_key_;
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL