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


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