5#ifndef ICE_REQUEST_HANDLER_F_H
6#define ICE_REQUEST_HANDLER_F_H
14class CancellationHandler;
17#ifdef ICE_CPP11_MAPPING
18using CancellationHandlerPtr = ::std::shared_ptr<CancellationHandler>;
19using RequestHandlerPtr = ::std::shared_ptr<RequestHandler>;
21ICE_API IceUtil::Shared* upCast(CancellationHandler*);
22typedef IceInternal::Handle<CancellationHandler> CancellationHandlerPtr;
24ICE_API IceUtil::Shared* upCast(RequestHandler*);
25typedef IceInternal::Handle<RequestHandler> RequestHandlerPtr;
#define ICE_API
Definition Config.h:197