ddt  1.0.0
ddtDataPublisherApplication.hpp
Go to the documentation of this file.
1 
19 #ifndef DDTDATAPUBLISHERAPPLICATION_HPP_
20 #define DDTDATAPUBLISHERAPPLICATION_HPP_
21 
22 namespace ddt {
23 
29  public:
34 
38  virtual ~DdtDataPublisherApplication() = default;
39 
43  virtual int Run() = 0;
44 };
45 
46 } // namespace ddt
47 
48 #endif /* DDTDATAPUBLISHERAPPLICATION_HPP_ */
49 
Definition: ddtDataPublisherApplication.hpp:28
virtual ~DdtDataPublisherApplication()=default
Definition: ddtClient.hpp:39