Dripline-Cpp  v2.4.2
Dripline Implementation in C++
dripline_version.hh
Go to the documentation of this file.
1 /*
2  * dripline_version.hh
3  *
4  * Created on: Mar 20, 2013
5  * Author: nsoblath
6  */
7 
8 #ifndef DRIPLINE_VERSION_HH_
9 #define DRIPLINE_VERSION_HH_
10 
11 #include "singleton.hh"
12 
13 #include "dripline_api.hh"
14 
15 #include "scarab_version.hh"
16 
17 #include <string>
18 
19 
20 namespace dripline
21 {
22 
29  class DRIPLINE_API version : public scarab::version_semantic
30  {
31  public:
32  version();
33  ~version();
34  };
35 
42  class DRIPLINE_API version_dripline_protocol : public scarab::version_semantic
43  {
44  public:
47  };
48 
49 } // namespace dripline
50 
51 #endif /* DRIPLINE_VERSION_HH_ */
Semantic version class to store dripline protocol version information.
#define DRIPLINE_API
Definition: dripline_api.hh:34
Semantic version class to store dripline-cpp version and package information.