Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::Locator::begin_getRegistry. More...
#include <Locator.h>
Public Types | |
typedef void(T::* | Exception) (const ::Ice::Exception &, const CT &) |
typedef void(T::* | Response) (const LocatorRegistryPrx &, const CT &) |
typedef void(T::* | Sent) (bool, const CT &) |
typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
Callback_Locator_getRegistry (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::Locator::begin_getRegistry.
Create a wrapper instance by calling Ice::newCallback_Locator_getRegistry.
typedef void(T::* Ice::Callback_Locator_getRegistry< T, CT >::Exception) (const ::Ice::Exception &, const CT &) |
typedef void(T::* Ice::Callback_Locator_getRegistry< T, CT >::Response) (const LocatorRegistryPrx &, const CT &) |
typedef void(T::* Ice::Callback_Locator_getRegistry< T, CT >::Sent) (bool, const CT &) |
typedef IceUtil::Handle<T> Ice::Callback_Locator_getRegistry< T, CT >::TPtr |
|
inline |