TAO_Implementation_Repository
2.0.8
|
Implementation Repository INS Locator class. More...
#include <INS_Locator.h>
Public Member Functions | |
INS_Locator (ImR_Locator_i &loc) | |
char * | locate (const char *object_key) |
Locate the appropriate IOR. | |
Private Attributes | |
ImR_Locator_i & | imr_locator_ |
Implementation Repository INS Locator class.
This class provides a callback for the IORTable to call when it needs to dynamically receive a IOR to forward in response to an INS request.
INS_Locator::INS_Locator | ( | ImR_Locator_i & | loc | ) |
char * INS_Locator::locate | ( | const char * | object_key | ) | [virtual] |
Locate the appropriate IOR.
Implements IORTable::Locator.
ImR_Locator_i& INS_Locator::imr_locator_ [private] |