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

test_map_files_downloader.hpp « storage_tests « storage - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ccafc3efb91dc61f1eef0f2e4952d45d7e96608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "storage/http_map_files_downloader.hpp"

namespace storage
{
class TestMapFilesDownloader : public HttpMapFilesDownloader
{
public:
  // MapFilesDownloader overrides:
  void GetServersList(TServersListCallback const & callback) override;
};
}  // namespace storage