EC_TPC_Dispatching_Task.cpp

Go to the documentation of this file.
00001 // $Id: EC_TPC_Dispatching_Task.cpp 71526 2006-03-14 06:14:35Z jtc $
00002 
00003 #include "orbsvcs/Event/EC_TPC_Dispatching_Task.h"
00004 
00005 
00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00007 
00008 TAO_EC_TPC_Dispatching_Task::TAO_EC_TPC_Dispatching_Task
00009 (ACE_Thread_Manager* thr_mgr,
00010  TAO_EC_Queue_Full_Service_Object* so)
00011   : TAO_EC_Dispatching_Task (thr_mgr, so)
00012 {
00013 }
00014 
00015 int
00016 TAO_EC_TPC_Dispatching_Task::close (u_long /* flags */)
00017 {
00018   delete this;
00019   return 0;
00020 }
00021 
00022 TAO_END_VERSIONED_NAMESPACE_DECL

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