5#ifndef ICE_DISPATCH_INTERCEPTOR_H
6#define ICE_DISPATCH_INTERCEPTOR_H
33 virtual bool _iceDispatch(IceInternal::Incoming&,
const Current&);
#define ICE_DEFINE_PTR(TPtr, T)
Definition Config.h:359
#define ICE_API
Definition Config.h:197
Base class for a dispatch interceptor, which is a servant that dispatches requests to another servant...
Definition DispatchInterceptor.h:20
virtual bool dispatch(Request &req)=0
Called by the Ice run time when a new request needs to be dispatched.
The base class for servants.
Definition Object.h:91
Encapsulates details about a dispatch request.
Definition Object.h:73
Definition BuiltinSequences.h:56
::std::shared_ptr< DispatchInterceptor > DispatchInterceptorPtr
Definition DispatchInterceptor.h:37
Information about the current method invocation for servers.
Definition Current.h:120