
Public Member Functions | |
| parsed_endpoint () | |
| ~parsed_endpoint () | |
Public Attributes | |
| TAO_Profile * | profile_ |
| char | obj_key_sep_ |
| ACE_CString | prot_addr_ |
|
|
Definition at line 13 of file CORBALOC_Parser.i.
00014 : profile_ (0) 00015 { 00016 } |
|
|
Definition at line 19 of file CORBALOC_Parser.i. References TAO_Profile::_decr_refcnt(), and profile_.
00020 {
00021 if (this->profile_ != 0)
00022 this->profile_->_decr_refcnt();
00023 }
|
|
|
Definition at line 91 of file CORBALOC_Parser.h. |
|
|
Definition at line 90 of file CORBALOC_Parser.h. Referenced by ~parsed_endpoint(). |
|
|
Definition at line 92 of file CORBALOC_Parser.h. |
1.3.6