17 #ifndef ICONFIGURATIONTRANSPORT_HPP_ 
   18 #define ICONFIGURATIONTRANSPORT_HPP_ 
   20 #include "kaa/gen/EndpointGen.hpp" 
   21 #include <boost/shared_ptr.hpp> 
virtual void onConfigurationResponse(const ConfigurationSyncResponse &response)=0
 
virtual boost::shared_ptr< ConfigurationSyncRequest > createConfigurationRequest()=0
 
virtual ~IConfigurationTrasnport()