47 #ifndef _MIRA_ABSTRACTRPCHANDLER_H_ 48 #define _MIRA_ABSTRACTRPCHANDLER_H_ boost::shared_ptr< AbstractRPCHandler > AbstractRPCHandlerPtr
Definition: AbstractRPCHandler.h:92
Abstract interface for derived RPCHandler(s).
Definition: AbstractRPCHandler.h:68
virtual boost::thread::id getThreadID() const =0
Should return the thread id of the thread that processes the rpc requests.
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Includes, defines and functions for threads.
virtual void queueRequest(AbstractDeferredInvokerPtr invoker)=0
Queues a new request that is given as AbstractDeferredInvokerPtr.
virtual ~AbstractRPCHandler()
Definition: AbstractRPCHandler.h:71
Abstract interface for DeferredInvoker.
boost::shared_ptr< AbstractDeferredInvoker > AbstractDeferredInvokerPtr
Definition: AbstractDeferredInvoker.h:119