
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_ |
|
||||||||||||
|
Definition at line 64 of file IIOP_Connector.cpp.
|
|
|
Definition at line 71 of file IIOP_Connector.cpp.
00072 {
00073 ACE_Errno_Guard eguard (errno);
00074 if (this->ptr_ != 0)
00075 {
00076 for (unsigned i = 0; i < this->count_; i++)
00077 this->ptr_[i]->remove_reference ();
00078 }
00079 }
|
|
|
Definition at line 61 of file IIOP_Connector.cpp. |
|
|
Handler.
Definition at line 60 of file IIOP_Connector.cpp. |
1.3.6