Welcome to mirror list, hosted at ThFree Co, Russian Federation.

http_user_agent_dummy.cpp « platform - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4448ae29e510143094abaea901ff8ff1b9dba2d5 (plain)
1
2
3
4
5
6
7
8
9
#include "platform/http_user_agent.hpp"

namespace platform
{
std::string HttpUserAgent::ExtractAppVersion() const
{
  return {};
}
}  // platform