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


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