|
Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid::AdapterObserver::begin_adapterUpdated. 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_adapterUpdated (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_adapterUpdated.
Create a wrapper instance by calling IceGrid::newCallback_AdapterObserver_adapterUpdated.
| typedef void(T::* IceGrid::Callback_AdapterObserver_adapterUpdated< T, CT >::Exception) (const ::Ice::Exception &, const CT &) |
| typedef void(T::* IceGrid::Callback_AdapterObserver_adapterUpdated< T, CT >::Response) (const CT &) |
| typedef void(T::* IceGrid::Callback_AdapterObserver_adapterUpdated< T, CT >::Sent) (bool, const CT &) |
| typedef IceUtil::Handle<T> IceGrid::Callback_AdapterObserver_adapterUpdated< T, CT >::TPtr |
|
inline |