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


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