EC_Channel_Destroyer.cpp

Go to the documentation of this file.
00001 /**
00002  * @file EC_Channel_Destroyer.cpp
00003  *
00004  * $Id: EC_Channel_Destroyer.cpp 77276 2007-02-21 08:26:36Z johnnyw $
00005  *
00006  * @author Marina Spivak <marina@atdesk.com>
00007  */
00008 
00009 #include "orbsvcs/Event/EC_Channel_Destroyer.h"
00010 
00011 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00012 
00013 void
00014 TAO_EC_Channel_Destroyer_Functor::operator() (
00015                            TAO_EC_Event_Channel_Base * event_channel) throw ()
00016 {
00017   try
00018     {
00019       event_channel->destroy ();
00020     }
00021   catch (...)
00022     {
00023     }
00024 }
00025 
00026 TAO_END_VERSIONED_NAMESPACE_DECL

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