|
Ice 3.7 C++98 API Reference
|
Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::Locator::begin_findObjectById. More...
#include <Locator.h>


Public Types | |
| typedef void(T::* | Exception) (const ::Ice::Exception &) |
| typedef void(T::* | Response) (const ObjectPrx &) |
| typedef void(T::* | Sent) (bool) |
| typedef IceUtil::Handle< T > | TPtr |
Public Member Functions | |
| CallbackNC_Locator_findObjectById (const TPtr &obj, Response cb, Exception excb, Sent sentcb) | |
Type-safe asynchronous callback wrapper class used for calls to IceProxy::Ice::Locator::begin_findObjectById.
Create a wrapper instance by calling Ice::newCallback_Locator_findObjectById.
| typedef void(T::* Ice::CallbackNC_Locator_findObjectById< T >::Exception) (const ::Ice::Exception &) |
| typedef void(T::* Ice::CallbackNC_Locator_findObjectById< T >::Response) (const ObjectPrx &) |
| typedef void(T::* Ice::CallbackNC_Locator_findObjectById< T >::Sent) (bool) |
| typedef IceUtil::Handle<T> Ice::CallbackNC_Locator_findObjectById< T >::TPtr |
|
inline |