// $Id$ #include "EC_ConsumerAdmin.h" #include "EC_ProxySupplier.h" #include "EC_ProxyConsumer.h" #include "EC_Event_Channel.h" #if ! defined (__ACE_INLINE__) #include "EC_ConsumerAdmin.i" #endif /* __ACE_INLINE__ */ ACE_RCSID(Event, EC_ConsumerAdmin, "$Id$") TAO_EC_ConsumerAdmin::TAO_EC_ConsumerAdmin (TAO_EC_Event_Channel *ec) : TAO_ESF_Peer_Admin (ec) { this->default_POA_ = this->event_channel_->consumer_poa (); } TAO_EC_ConsumerAdmin::~TAO_EC_ConsumerAdmin (void) { } RtecEventChannelAdmin::ProxyPushSupplier_ptr TAO_EC_ConsumerAdmin::obtain_push_supplier (CORBA::Environment &ACE_TRY_ENV) ACE_THROW_SPEC ((CORBA::SystemException)) { return this->obtain (ACE_TRY_ENV); } PortableServer::POA_ptr TAO_EC_ConsumerAdmin::_default_POA (CORBA::Environment&) { return PortableServer::POA::_duplicate (this->default_POA_.in ()); } #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class TAO_ESF_Peer_Admin; template class TAO_ESF_Proxy_Admin; template class TAO_ESF_Worker; template class TAO_ESF_Shutdown_Proxy; template class TAO_ESF_Peer_Connected; template class TAO_ESF_Peer_Reconnected; template class TAO_ESF_Peer_Disconnected; #elif defined(ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate TAO_ESF_Peer_Admin #pragma instantiate TAO_ESF_Proxy_Admin #pragma instantiate TAO_ESF_Worker #pragma instantiate TAO_ESF_Shutdown_Proxy #pragma instantiate TAO_ESF_Peer_Connected #pragma instantiate TAO_ESF_Peer_Reconnected #pragma instantiate TAO_ESF_Peer_Disconnected #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */