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


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