summaryrefslogtreecommitdiff
path: root/TAO/tao/Refcounted_ObjectKey.inl
blob: c829e6b45b01a311d66f52414e5a91b4b365274d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- 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_;
}