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


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