00001 // EC_TPC_Dispatching_Task.cpp,v 1.3 2006/03/14 06:14:25 jtc Exp 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