#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) |
|
||||||||||||
|
Constructor.
Definition at line 9 of file EC_TPC_Dispatching_Task.cpp.
00011 : TAO_EC_Dispatching_Task (thr_mgr, so) 00012 { 00013 } |
|
|
Reimplemented from ACE_Task_Base. Definition at line 16 of file EC_TPC_Dispatching_Task.cpp.
00017 {
00018 delete this;
00019 return 0;
00020 }
|
1.3.6