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


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