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

utils.hpp « web_api - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3895964397ae4256f7efd2e4b3a72cedbe75f0d4 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <string>

namespace web_api
{
std::string DeviceId();
}  // namespace web_api