00001 // -*- C++ -*- 00002 // 00003 // $Id: ESF_Proxy_RefCount_Guard.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template<class EC, class P> ACE_INLINE 00008 TAO_ESF_Proxy_RefCount_Guard<EC,P>:: 00009 TAO_ESF_Proxy_RefCount_Guard (CORBA::ULong &refcount, 00010 EC *ec, 00011 P *proxy) 00012 : refcount_ (refcount), 00013 event_channel_ (ec), 00014 proxy_ (proxy) 00015 { 00016 } 00017 00018 TAO_END_VERSIONED_NAMESPACE_DECL