|
Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::LocatorFinder::begin_getLocator. More...
#include <Locator.h>


Public Types | |
| typedef void(T::* | Exception) (const ::Ice::Exception &, const CT &) |
| typedef void(T::* | Response) (const LocatorPrx &, const CT &) |
| typedef void(T::* | Sent) (bool, const CT &) |
| typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
| Callback_LocatorFinder_getLocator (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::Ice::LocatorFinder::begin_getLocator.
Create a wrapper instance by calling Ice::newCallback_LocatorFinder_getLocator.
| typedef void(T::* Ice::Callback_LocatorFinder_getLocator< T, CT >::Exception) (const ::Ice::Exception &, const CT &) |
| typedef void(T::* Ice::Callback_LocatorFinder_getLocator< T, CT >::Response) (const LocatorPrx &, const CT &) |
| typedef void(T::* Ice::Callback_LocatorFinder_getLocator< T, CT >::Sent) (bool, const CT &) |
| typedef IceUtil::Handle<T> Ice::Callback_LocatorFinder_getLocator< T, CT >::TPtr |
|
inline |