summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Proxy_Admin.i
blob: 9e2226e4e54e4fb07a0e83e88fa102c3dc6ff6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

template<class EC,class P> ACE_INLINE void
TAO_ESF_Proxy_Admin<EC,P>::
    for_each (TAO_ESF_Worker<P> *worker,
              CORBA::Environment &ACE_TRY_ENV)
      ACE_THROW_SPEC (())
{
  this->collection_->for_each (worker, ACE_TRY_ENV);
}