|
Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::RouterFinder::begin_getRouter. More...
#include <Router.h>


Public Types | |
| typedef void(T::* | Exception) (const ::Ice::Exception &) |
| typedef void(T::* | Response) (const RouterPrx &) |
| typedef void(T::* | Sent) (bool) |
| typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
| CallbackNC_RouterFinder_getRouter (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::RouterFinder::begin_getRouter.
Create a wrapper instance by calling Ice::newCallback_RouterFinder_getRouter.
| typedef void(T::* Ice::CallbackNC_RouterFinder_getRouter< T >::Exception) (const ::Ice::Exception &) |
| typedef void(T::* Ice::CallbackNC_RouterFinder_getRouter< T >::Response) (const RouterPrx &) |
| typedef void(T::* Ice::CallbackNC_RouterFinder_getRouter< T >::Sent) (bool) |
| typedef IceUtil::Handle<T> Ice::CallbackNC_RouterFinder_getRouter< T >::TPtr |
|
inline |