TAO_CEC_Operation_Params Class Reference

#include <CEC_TypedEventChannel.h>

Collaboration diagram for TAO_CEC_Operation_Params:

Collaboration graph
[legend]
List of all members.

Private Member Functions

 TAO_CEC_Operation_Params (CORBA::ULong num_params)
 constructor

 ~TAO_CEC_Operation_Params (void)
 destructor


Private Attributes

CORBA::ULong num_params_
TAO_CEC_Paramparameters_

Friends

class TAO_CEC_TypedEventChannel
 Only the TypedEventChannel can read the private fields.


Constructor & Destructor Documentation

ACE_INLINE TAO_CEC_Operation_Params::TAO_CEC_Operation_Params CORBA::ULong  num_params  )  [private]
 

constructor

Definition at line 193 of file CEC_TypedEventChannel.i.

00194   :  num_params_ (num_params)
00195 {
00196   parameters_ = new TAO_CEC_Param[num_params];
00197 }

ACE_INLINE TAO_CEC_Operation_Params::~TAO_CEC_Operation_Params void   )  [private]
 

destructor

Definition at line 200 of file CEC_TypedEventChannel.i.

00201 {
00202   delete [] parameters_;
00203 }


Friends And Related Function Documentation

friend class TAO_CEC_TypedEventChannel [friend]
 

Only the TypedEventChannel can read the private fields.

Definition at line 375 of file CEC_TypedEventChannel.h.


Member Data Documentation

CORBA::ULong TAO_CEC_Operation_Params::num_params_ [private]
 

Definition at line 377 of file CEC_TypedEventChannel.h.

Referenced by TAO_CEC_TypedEventChannel::cache_interface_description(), and TAO_CEC_TypedEventChannel::create_operation_list().

TAO_CEC_Param* TAO_CEC_Operation_Params::parameters_ [private]
 

Definition at line 378 of file CEC_TypedEventChannel.h.

Referenced by TAO_CEC_TypedEventChannel::cache_interface_description(), and TAO_CEC_TypedEventChannel::create_operation_list().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:19:31 2006 for TAO_CosEvent by doxygen 1.3.6