EC_Gateway.cpp

Go to the documentation of this file.
00001 // EC_Gateway.cpp,v 1.36 2005/11/10 06:47:23 ossama Exp
00002 
00003 #include "orbsvcs/Event/EC_Gateway.h"
00004 
00005 ACE_RCSID (Event, 
00006            EC_Gateway, 
00007            "EC_Gateway.cpp,v 1.36 2005/11/10 06:47:23 ossama Exp")
00008 
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 TAO_EC_Gateway::TAO_EC_Gateway (void)
00012   :  handle_ (0)
00013 {
00014 }
00015 
00016 TAO_EC_Gateway::~TAO_EC_Gateway (void)
00017 {
00018 }
00019 
00020 void
00021 TAO_EC_Gateway::observer_handle (RtecEventChannelAdmin::Observer_Handle h)
00022 {
00023   this->handle_ = h;
00024 }
00025 
00026 RtecEventChannelAdmin::Observer_Handle
00027 TAO_EC_Gateway::observer_handle (void) const
00028 {
00029   return this->handle_;
00030 }
00031 
00032 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 13:11:07 2006 for TAO_RTEvent by doxygen 1.3.6