00001 // ECG_ConsumerEC_Control.cpp,v 1.4 2006/03/14 06:14:25 jtc Exp 00002 00003 #include "orbsvcs/Event/ECG_ConsumerEC_Control.h" 00004 00005 ACE_RCSID(Event, ECG_ConsumerEventChannelControl, "ECG_ConsumerEC_Control.cpp,v 1.4 2006/03/14 06:14:25 jtc Exp") 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 ACE_ENV_ARG_DECL_NOT_USED) 00032 { 00033 } 00034 00035 void 00036 TAO_ECG_ConsumerEC_Control::system_exception (TAO_EC_Gateway_IIOP *, 00037 CORBA::SystemException & 00038 ACE_ENV_ARG_DECL_NOT_USED) 00039 { 00040 } 00041 00042 TAO_END_VERSIONED_NAMESPACE_DECL