#include <Priority_Mapping_Manager.h>
Collaboration diagram for TAO_Priority_Mapping_Manager_out:
|
Definition at line 146 of file Priority_Mapping_Manager.inl. References TAO_Priority_Mapping_Manager_ptr.
|
|
Definition at line 153 of file Priority_Mapping_Manager.inl. References CORBA::release().
00154 : ptr_ (p.out ()) 00155 { 00156 CORBA::release (this->ptr_); 00157 this->ptr_ = ::TAO_Priority_Mapping_Manager::_nil (); 00158 } |
|
|
|
|
|
Definition at line 199 of file Priority_Mapping_Manager.inl.
00200 { 00201 return this->ptr_; 00202 } |
|
Definition at line 180 of file Priority_Mapping_Manager.inl. References TAO_Priority_Mapping_Manager_ptr.
00181 { 00182 this->ptr_ = p; 00183 return *this; 00184 } |
|
|
|
|
|
Definition at line 193 of file Priority_Mapping_Manager.inl.
00194 { 00195 return this->ptr_; 00196 } |
|
Definition at line 140 of file Priority_Mapping_Manager.h. |