32 #ifndef CXSTREAMERINTERFACENULL_H
33 #define CXSTREAMERINTERFACENULL_H
53 virtual QString getName();
54 virtual QString getType()
const;
56 virtual std::vector<PropertyPtr> getSettings(QDomElement root);
57 virtual StreamerPtr createStreamer(QDomElement root);
62 #endif // CXSTREAMERINTERFACENULL_H
virtual ~StreamerServiceNull()
Abstract class. Interface to Streamers.
boost::shared_ptr< class Streamer > StreamerPtr
Null implementation of the StreamerService.