00001 // $Id: ECG_ConsumerEC_Control.cpp 76589 2007-01-25 18:04:11Z elliott_c $ 00002 00003 #include "orbsvcs/Event/ECG_ConsumerEC_Control.h" 00004 00005 ACE_RCSID(Event, ECG_ConsumerEventChannelControl, "$Id: ECG_ConsumerEC_Control.cpp 76589 2007-01-25 18:04:11Z elliott_c $") 00006 00007 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00008 00009 TAO_ECG_ConsumerEC_Control::TAO_ECG_ConsumerEC_Control (void) 00010 { 00011 } 00012 00013 TAO_ECG_ConsumerEC_Control::~TAO_ECG_ConsumerEC_Control (void) 00014 { 00015 } 00016 00017 int 00018 TAO_ECG_ConsumerEC_Control::activate (void) 00019 { 00020 return 0; 00021 } 00022 00023 int 00024 TAO_ECG_ConsumerEC_Control::shutdown (void) 00025 { 00026 return 0; 00027 } 00028 00029 void 00030 TAO_ECG_ConsumerEC_Control::event_channel_not_exist (TAO_EC_Gateway_IIOP *) 00031 { 00032 } 00033 00034 void 00035 TAO_ECG_ConsumerEC_Control::system_exception (TAO_EC_Gateway_IIOP *, 00036 CORBA::SystemException &) 00037 { 00038 } 00039 00040 TAO_END_VERSIONED_NAMESPACE_DECL