#include <EC_TPC_Dispatching_Task.h>
Inheritance diagram for TAO_EC_TPC_Dispatching_Task:
Public Member Functions | |
TAO_EC_TPC_Dispatching_Task (ACE_Thread_Manager *thr_mgr, TAO_EC_Queue_Full_Service_Object *so) | |
Constructor. | |
virtual int | close (u_long flags=0) |
Definition at line 23 of file EC_TPC_Dispatching_Task.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_EC_TPC_Dispatching_Task::TAO_EC_TPC_Dispatching_Task | ( | ACE_Thread_Manager * | thr_mgr, | |
TAO_EC_Queue_Full_Service_Object * | so | |||
) |
Constructor.
Definition at line 9 of file EC_TPC_Dispatching_Task.cpp.
00011 : TAO_EC_Dispatching_Task (thr_mgr, so) 00012 { 00013 }
int TAO_EC_TPC_Dispatching_Task::close | ( | u_long | flags = 0 |
) | [virtual] |