client-cpp  0.8.1
IPingServerStorage.hpp
Go to the documentation of this file.
1 
17 #ifndef IPINGSERVERSTORAGE_HPP_
18 #define IPINGSERVERSTORAGE_HPP_
19 
21 
22 namespace kaa {
23 
25 public:
27  virtual ~IPingServerStorage() {}
28 };
29 
30 } /* namespace kaa */
31 
32 #endif /* IPINGSERVERSTORAGE_HPP_ */
virtual ITransportConnectionInfoPtr getPingServer()=0
std::shared_ptr< ITransportConnectionInfo > ITransportConnectionInfoPtr