Refcounted_ObjectKey.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Refcounted_ObjectKey.inl,v 1.4 2006/04/20 13:36:42 jwillemsen Exp
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

Generated on Thu Nov 9 11:54:21 2006 for TAO by doxygen 1.3.6