ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtDataPublisherApplication.hpp
Go to the documentation of this file.
1
9
10#ifndef DDTDATAPUBLISHERAPPLICATION_HPP_
11#define DDTDATAPUBLISHERAPPLICATION_HPP_
12
13namespace ddt {
14
20 public:
25
29 virtual ~DdtDataPublisherApplication() = default;
30
34 virtual int Run() = 0;
35};
36
37} // namespace ddt
38
39#endif /* DDTDATAPUBLISHERAPPLICATION_HPP_ */
virtual ~DdtDataPublisherApplication()=default
Definition ddtClient.hpp:32