00001 // -*- C++ -*- 00002 // 00003 // $Id: Asynch_Reply_Dispatcher_Base.inl 77151 2007-02-15 13:24:41Z johnnyw $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 namespace TAO 00008 { 00009 ACE_INLINE void 00010 ARDB_Refcount_Functor::operator () ( 00011 TAO_Asynch_Reply_Dispatcher_Base *ardb) throw () 00012 { 00013 (void) ardb->decr_refcount (); 00014 } 00015 } 00016 00017 TAO_END_VERSIONED_NAMESPACE_DECL