#include <Object_Adapter.h>
Inheritance diagram for TAO_Object_Adapter::Hint_Strategy:


Public Member Functions | |
| virtual | ~Hint_Strategy (void) |
| virtual int | find_persistent_poa (const poa_name &system_name, TAO_Root_POA *&poa)=0 |
| virtual int | bind_persistent_poa (const poa_name &folded_name, TAO_Root_POA *poa, poa_name_out system_name)=0 |
| virtual int | unbind_persistent_poa (const poa_name &folded_name, const poa_name &system_name)=0 |
| void | object_adapter (TAO_Object_Adapter *oa) |
Protected Attributes | |
| TAO_Object_Adapter * | object_adapter_ |
This class also provides for common structures used by all the derived classes.
Definition at line 236 of file Object_Adapter.h.
|
|
Definition at line 1000 of file Object_Adapter.cpp.
01001 {
01002 }
|
|
||||||||||||||||
|
Implemented in TAO_Object_Adapter::Active_Hint_Strategy, and TAO_Object_Adapter::No_Hint_Strategy. Referenced by TAO_Object_Adapter::bind_persistent_poa(). |
|
||||||||||||
|
Implemented in TAO_Object_Adapter::Active_Hint_Strategy, and TAO_Object_Adapter::No_Hint_Strategy. Referenced by TAO_Object_Adapter::find_persistent_poa(). |
|
|
Definition at line 1005 of file Object_Adapter.cpp.
01006 {
01007 this->object_adapter_ = oa;
01008 }
|
|
||||||||||||
|
Implemented in TAO_Object_Adapter::Active_Hint_Strategy, and TAO_Object_Adapter::No_Hint_Strategy. Referenced by TAO_Object_Adapter::unbind_persistent_poa(). |
|
|
Definition at line 257 of file Object_Adapter.h. |
1.3.6