2 * @file Async_IORTable.pidl
4 * @author Phil Mesnier <mesnier_p@ociweb.com>
6 * @brief Pre-compiled IDL source for the IORTable module.
9 #ifndef TAO_IORTABLE_ASYNC_IORTABLE_PIDL
10 #define TAO_IORTABLE_ASYNC_IORTABLE_PIDL
12 #include "tao/IORTable/IORTable.pidl"
14 /// Define a module to avoid namespace pollution
18 * The application can provide a callback interface to locate object
21 native Locate_ResponseHandler;
22 local interface AsyncLocator : Locator
24 /// Uses AMH semantics to send IOR for @a object_key via the supplied
26 void async_locate (in Locate_ResponseHandler rh, in string object_key);
31 #endif /* TAO_IORTABLE_ASYNC_IORTABLE_PIDL */