00001 // -*- C++ -*- 00002 // 00003 // $Id: Asynch_Reply_Dispatcher_Base.inl 85001 2009-03-31 10:06:45Z msmit $ 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->intrusive_remove_ref (ardb); 00014 } 00015 } 00016 00017 TAO_END_VERSIONED_NAMESPACE_DECL