17 #ifndef IP_CONNECTIVITY_CHECKER_HPP_
18 #define IP_CONNECTIVITY_CHECKER_HPP_
22 #ifdef KAA_DEFAULT_CONNECTIVITY_CHECKER
28 class IPingServerStorage;
35 class IPConnectivityChecker:
public IConnectivityChecker {
37 IPConnectivityChecker(IPingServerStorage& storage)
38 : serverStorage_(storage) {}
40 virtual bool checkConnectivity();
45 IPingServerStorage& serverStorage_;
std::shared_ptr< ITransportConnectionInfo > ITransportConnectionInfoPtr