This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/platform/network_policy_dummy.cpp
2018-03-06 16:38:20 +03:00

9 lines
160 B
C++

#include "platform/network_policy.hpp"
namespace platform
{
NetworkPolicy GetCurrentNetworkPolicy()
{
return NetworkPolicy(true);
}
} // namespace platform