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


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