summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.i
blob: ee065379a5eef4e8b7f86a6c86d7016b453b08ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

ACE_INLINE TAO_EC_ConsumerAdmin::SupplierSetIterator
TAO_EC_ConsumerAdmin::begin (void)
{
  return this->supplier_set_->begin ();
}

ACE_INLINE TAO_EC_ConsumerAdmin::SupplierSetIterator
TAO_EC_ConsumerAdmin::end (void)
{
  return this->supplier_set_->end ();
}

ACE_INLINE TAO_EC_ConsumerAdmin::Busy_Lock&
TAO_EC_ConsumerAdmin::busy_lock (void)
{
  return this->supplier_set_->busy_lock ();
}