17 #ifndef BOOTSTRAPTRANSPORT_HPP_ 
   18 #define BOOTSTRAPTRANSPORT_HPP_ 
   25 class IBootstrapManager;
 
   26 class IKaaChannelManager;
 
   27 class BootstrapSyncRequest;
 
   28 class BootstrapSyncResponse;
 
   41     std::uint32_t requestId_;
 
virtual std::shared_ptr< BootstrapSyncRequest > createBootstrapSyncRequest()
 
virtual void onBootstrapResponse(const BootstrapSyncResponse &response)
 
BootstrapTransport(IKaaChannelManager &channelManager, IBootstrapManager &bootstrapManager)