#include <INS_Locator.h>
Inheritance diagram for INS_Locator:
Public Methods | |
INS_Locator (ImR_Locator_i *loc) | |
Constructor. | |
char * | locate (const char *object_key ACE_ENV_ARG_DECL) throw (CORBA::SystemException, IORTable::NotFound) |
Locate the appropriate IOR. | |
Private Attributes | |
ImR_Locator_i * | imr_locator_ |
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.
|
Constructor.
|
|
Locate the appropriate IOR.
Implements IORTable::Locator. |
|
|