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


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