From ddd2e29a729ba871729f44c2a106c4b4aa8f1287 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Thu, 24 Dec 2015 13:55:24 +0300 Subject: [PATCH] [search] Temprorary fixes to URLs. --- platform/platform.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platform/platform.cpp b/platform/platform.cpp index cfa3c9eba5..f858eca24d 100644 --- a/platform/platform.cpp +++ b/platform/platform.cpp @@ -24,6 +24,12 @@ bool IsSpecialDirName(string const & dirName) } } // namespace +// TODO (@y, @m, @vng): DO NOT FORGET TO REMOVE THESE RE-DEFINES +// BEFORE MERGE TO MASTER. THESE CHANGES ARE FOR TESTING PURPOSES +// ONLY. +#define METASERVER_URL "" +#define DEFAULT_URLS_JSON "[\"http://new-search.mapswithme.com/\"]" + // static Platform::EError Platform::ErrnoToError() {