// -*- C++ -*- TAO_BEGIN_VERSIONED_NAMESPACE_DECL template void TAO_ESF_Delayed_Changes:: connected_i (PROXY *proxy) { this->collection_.connected (proxy); } template void TAO_ESF_Delayed_Changes:: reconnected_i (PROXY *proxy) { this->collection_.reconnected (proxy); } template void TAO_ESF_Delayed_Changes:: disconnected_i (PROXY *proxy) { this->collection_.disconnected (proxy); } template void TAO_ESF_Delayed_Changes:: shutdown_i () { this->collection_.shutdown (); } TAO_END_VERSIONED_NAMESPACE_DECL