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() {