client-cpp  0.8.1
RedirectionTransport.hpp
Go to the documentation of this file.
1 
17 #ifndef REDIRECTIONTRANSPORT_HPP_
18 #define REDIRECTIONTRANSPORT_HPP_
19 
22 
23 namespace kaa {
24 
26 public:
28  void onRedirectionResponse(const RedirectSyncResponse& response);
29 
30 private:
31  IBootstrapManager &manager_;
32 };
33 
34 } // namespace kaa
35 
36 
37 #endif /* REDIRECTIONTRANSPORT_HPP_ */
RedirectionTransport(IBootstrapManager &manager)
void onRedirectionResponse(const RedirectSyncResponse &response)