client-cpp  0.8.1
IRedirectionTransport.hpp
Go to the documentation of this file.
1 
17 #ifndef IREDIRECTIONTRANSPORT_HPP_
18 #define IREDIRECTIONTRANSPORT_HPP_
19 
20 #include "kaa/gen/EndpointGen.hpp"
21 
22 namespace kaa {
23 
28 public:
29 
38  virtual void onRedirectionResponse(const RedirectSyncResponse& response) = 0;
39 
41 };
42 
43 } // namespace kaa
44 
45 #endif /* IREDIRECTIONTRANSPORT_HPP_ */
virtual void onRedirectionResponse(const RedirectSyncResponse &response)=0