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


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