TAO_IIOP_Connection_Handler_Array_Guard Class Reference

Collaboration diagram for TAO_IIOP_Connection_Handler_Array_Guard:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_IIOP_Connection_Handler_Array_Guard (TAO_IIOP_Connection_Handler **p, unsigned count)
 ~TAO_IIOP_Connection_Handler_Array_Guard (void)

Private Attributes

TAO_IIOP_Connection_Handler ** ptr_
 Handler.

unsigned count_

Constructor & Destructor Documentation

TAO_IIOP_Connection_Handler_Array_Guard::TAO_IIOP_Connection_Handler_Array_Guard TAO_IIOP_Connection_Handler **  p,
unsigned  count
 

Definition at line 54 of file IIOP_Connector.cpp.

00056   : ptr_ (p),
00057     count_ (count)
00058 {
00059 }

TAO_IIOP_Connection_Handler_Array_Guard::~TAO_IIOP_Connection_Handler_Array_Guard void   ) 
 

Definition at line 61 of file IIOP_Connector.cpp.

00062 {
00063   if (this->ptr_ != 0)
00064     {
00065       for (unsigned i = 0; i < this->count_; i++)
00066         this->ptr_[i]->remove_reference ();
00067     }
00068 }


Member Data Documentation

unsigned TAO_IIOP_Connection_Handler_Array_Guard::count_ [private]
 

Definition at line 51 of file IIOP_Connector.cpp.

TAO_IIOP_Connection_Handler** TAO_IIOP_Connection_Handler_Array_Guard::ptr_ [private]
 

Handler.

Definition at line 50 of file IIOP_Connector.cpp.


The documentation for this class was generated from the following file:
Generated on Thu Nov 9 12:14:34 2006 for TAO by doxygen 1.3.6