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