EC_ConsumerControl.cpp

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

Generated on Tue Feb 2 17:44:05 2010 for TAO_RTEvent by  doxygen 1.4.7