Go to the documentation of this file.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 {
00011 this->collection_.connected (proxy);
00012 }
00013
00014 template<class PROXY, class C, class I,ACE_SYNCH_DECL> void
00015 TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
00016 reconnected_i (PROXY *proxy)
00017 {
00018 this->collection_.reconnected (proxy);
00019 }
00020
00021 template<class PROXY, class C, class I,ACE_SYNCH_DECL> void
00022 TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
00023 disconnected_i (PROXY *proxy)
00024 {
00025 this->collection_.disconnected (proxy);
00026 }
00027
00028 template<class PROXY, class C, class I,ACE_SYNCH_DECL> void
00029 TAO_ESF_Delayed_Changes<PROXY,C,I,ACE_SYNCH_USE>::
00030 shutdown_i (void)
00031 {
00032 this->collection_.shutdown ();
00033 }
00034
00035 TAO_END_VERSIONED_NAMESPACE_DECL