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.inl15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/Refcounted_ObjectKey.inl b/TAO/tao/Refcounted_ObjectKey.inl
deleted file mode 100644
index c829e6b45b0..00000000000
--- a/TAO/tao/Refcounted_ObjectKey.inl
+++ /dev/null
@@ -1,15 +0,0 @@
-// -*- C++ -*-
-// $Id$
-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_;
-}