17 #ifndef CONFIGURATIONTRANSPORT_HPP_ 
   18 #define CONFIGURATIONTRANSPORT_HPP_ 
   28 class IKaaChannelManager;
 
   29 class IConfigurationProcessor;
 
   30 class IConfigurationHashContainer;
 
virtual void onConfigurationResponse(const ConfigurationSyncResponse &response)
 
virtual std::shared_ptr< ConfigurationSyncRequest > createConfigurationRequest()
 
ConfigurationTransport(IKaaChannelManager &channelManager, IConfigurationProcessor *configProcessor, IConfigurationHashContainer *hashContainer, IKaaClientStateStoragePtr status)
 
std::shared_ptr< IKaaClientStateStorage > IKaaClientStateStoragePtr