TAO_CEC_Shutdown_Task_Command Class Reference

#include <CEC_Dispatching_Task.h>

Inheritance diagram for TAO_CEC_Shutdown_Task_Command:

Inheritance graph
[legend]
Collaboration diagram for TAO_CEC_Shutdown_Task_Command:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_CEC_Shutdown_Task_Command (ACE_Allocator *mb_allocator=0)
 Constructor.
virtual int execute (void)
 Command callback.

Detailed Description

Definition at line 93 of file CEC_Dispatching_Task.h.


Constructor & Destructor Documentation

ACE_INLINE TAO_CEC_Shutdown_Task_Command::TAO_CEC_Shutdown_Task_Command ( ACE_Allocator mb_allocator = 0  ) 

Constructor.

Definition at line 34 of file CEC_Dispatching_Task.inl.

00035   :  TAO_CEC_Dispatch_Command (mb_allocator)
00036 {
00037 }


Member Function Documentation

int TAO_CEC_Shutdown_Task_Command::execute ( void   )  [virtual]

Command callback.

Implements TAO_CEC_Dispatch_Command.

Definition at line 112 of file CEC_Dispatching_Task.cpp.

00113 {
00114   return -1;
00115 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:45:01 2010 for TAO_CosEvent by  doxygen 1.4.7