00001
00002
00003
00004
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006
00007 template<class PROXY, class C, class I,ACE_SYNCH_DECL> void
00008 TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
00009 connected_i (PROXY *proxy
00010 ACE_ENV_ARG_DECL)
00011 {
00012 this->collection_.connected (proxy ACE_ENV_ARG_PARAMETER);
00013 }
00014
00015 template<class PROXY, class C, class I,ACE_SYNCH_DECL> void
00016 TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
00017 reconnected_i (PROXY *proxy
00018 ACE_ENV_ARG_DECL)
00019 {
00020 this->collection_.reconnected (proxy ACE_ENV_ARG_PARAMETER);
00021 }
00022
00023 template<class PROXY, class C, class I,ACE_SYNCH_DECL> void
00024 TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
00025 disconnected_i (PROXY *proxy
00026 ACE_ENV_ARG_DECL)
00027 {
00028 this->collection_.disconnected (proxy ACE_ENV_ARG_PARAMETER);
00029 }
00030
00031 template<class PROXY, class C, class I,ACE_SYNCH_DECL> void
00032 TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
00033 shutdown_i (ACE_ENV_SINGLE_ARG_DECL)
00034 {
00035 this->collection_.shutdown (ACE_ENV_SINGLE_ARG_PARAMETER);
00036 }
00037
00038 TAO_END_VERSIONED_NAMESPACE_DECL