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