EC_Gateway.cpp

Go to the documentation of this file.
00001 // $Id: EC_Gateway.cpp 69284 2005-11-10 06:47:24Z ossama $
00002 
00003 #include "orbsvcs/Event/EC_Gateway.h"
00004 
00005 ACE_RCSID (Event, 
00006            EC_Gateway, 
00007            "$Id: EC_Gateway.cpp 69284 2005-11-10 06:47:24Z ossama $")
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 Sun Jan 27 13:39:44 2008 for TAO_RTEvent by doxygen 1.3.6