client-cpp  0.8.1
IConfigurationHashContainer.hpp
Go to the documentation of this file.
1 
17 #ifndef ICONFIGURATIONHASHCONTAINER_HPP_
18 #define ICONFIGURATIONHASHCONTAINER_HPP_
19 
20 #include "kaa/KaaDefaults.hpp"
21 
22 #include <memory>
23 
25 
26 namespace kaa {
27 
32 public:
33 
41 
42  virtual ~IConfigurationHashContainer() = default;
43 };
44 
45 typedef std::shared_ptr<IConfigurationHashContainer> IConfigurationHashContainerPtr;
46 
47 } // namespace kaa
48 
49 #endif /* ICONFIGURATIONHASHCONTAINER_HPP_ */
virtual EndpointObjectHash getConfigurationHash()=0
std::shared_ptr< IConfigurationHashContainer > IConfigurationHashContainerPtr
virtual ~IConfigurationHashContainer()=default