48 #ifndef _MIRA_ABSTRACTINTERFACECALLBACKHANDLER_H_ 49 #define _MIRA_ABSTRACTINTERFACECALLBACKHANDLER_H_ 73 const std::string& service) = 0;
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
virtual void newServiceInterface(const std::string &interface, const std::string &service)=0
Notifies that a new service that implements a special interface is available.
virtual ~AbstractInterfaceCallbackHandler()
Definition: AbstractInterfaceCallbackHandler.h:65
boost::shared_ptr< AbstractInterfaceCallbackHandler > AbstractInterfaceCallbackHandlerPtr
Definition: AbstractInterfaceCallbackHandler.h:76
Abstract interface for derived handler(s).
Definition: AbstractInterfaceCallbackHandler.h:62