00001 // -*- C++ -*- 00002 // 00003 // $Id: Refcounted_ObjectKey.inl 72219 2006-04-20 13:36:42Z jwillemsen $ 00004 00005 00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00007 00008 ACE_INLINE void 00009 TAO::Refcounted_ObjectKey::incr_refcount (void) 00010 { 00011 ++this->ref_count_; 00012 } 00013 00014 ACE_INLINE const TAO::ObjectKey & 00015 TAO::Refcounted_ObjectKey::object_key (void) const 00016 { 00017 return this->object_key_; 00018 } 00019 00020 TAO_END_VERSIONED_NAMESPACE_DECL