#include <CEC_Dispatching_Task.h>
Inheritance diagram for TAO_CEC_Dispatching_Task:
Public Member Functions | |
TAO_CEC_Dispatching_Task (ACE_Thread_Manager *thr_manager=0) | |
Constructor. | |
virtual int | svc (void) |
Process the events in the queue. | |
virtual void | push (TAO_CEC_ProxyPushSupplier *proxy, CORBA::Any &event ACE_ENV_ARG_DECL) |
Private Attributes | |
ACE_Allocator * | allocator_ |
An per-task allocator. | |
ACE_Locked_Data_Block< ACE_Lock_Adapter< TAO_SYNCH_MUTEX > > | data_block_ |
Helper data structure to minimize memory allocations... |
|
Constructor.
|
|
|
|
Process the events in the queue.
Reimplemented from ACE_Task_Base. |
|
An per-task allocator.
|
|
Helper data structure to minimize memory allocations...
|