2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 TAO::Refcounted_ObjectKey::incr_refcount ()
10 ACE_INLINE const TAO::ObjectKey &
11 TAO::Refcounted_ObjectKey::object_key () const
13 return this->object_key_;
16 ACE_INLINE CORBA::ULong
17 TAO::Refcounted_ObjectKey::decr_refcount ()
19 if (--this->refcount_ > 0)
21 return this->refcount_;
24 ACE_ASSERT (this->refcount_ == 0);
32 TAO_END_VERSIONED_NAMESPACE_DECL