#include <Locator.h>
Inheritance diagram for ImR_Locator:
Public Methods | |
ImR_Locator (ImplRepo_i *repo) | |
Constructor. More... | |
char * | locate (const char *object_key ACE_ENV_ARG_DECL) throw (CORBA::SystemException, IORTable::NotFound) |
Locate the appropriate IOR. More... | |
Private Attributes | |
ImplRepo_i * | repo_ |
The Implementation Repository implementation. More... |
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.
|
|
The Implementation Repository implementation.
|