17 #ifndef ICONFIGURATIONSTORAGE_HPP_ 
   18 #define ICONFIGURATIONSTORAGE_HPP_ 
   21 #include <boost/cstdint.hpp> 
virtual byte_buffer loadConfiguration()=0
 
virtual void saveConfiguration(const byte_buffer &bytes)=0
 
std::vector< boost::uint8_t > byte_buffer
 
virtual ~IConfigurationStorage()