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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorИлья Гречухин <i.grechuhin@gmail.com>2016-10-17 17:04:34 +0300
committerGitHub <noreply@github.com>2016-10-17 17:04:34 +0300
commit6cab7b133277abeb5f8a11c47f7b70241ab2448f (patch)
treeba0bec8f8c35f316d4126d5e026940da5b9aebd4 /partners_api
parent064bf07553ff1c588709ca68cedb52edcc1b897f (diff)
parent6fcb29a414b961fca1164aff104decb89ff8114b (diff)
Merge pull request #4496 from VladiMihaylenko/master
[ios] Uber.
Diffstat (limited to 'partners_api')
-rw-r--r--partners_api/uber_api.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partners_api/uber_api.hpp b/partners_api/uber_api.hpp
index 3fab3b6fee..536e931a69 100644
--- a/partners_api/uber_api.hpp
+++ b/partners_api/uber_api.hpp
@@ -50,7 +50,7 @@ struct Product
};
/// @products - vector of available products for requested route.
/// @requestId - identificator which was provided to GetAvailableProducts to identify request.
-using ProductsCallback = function<void(vector<Product> const & products, size_t const requestId)>;
+using ProductsCallback = function<void(vector<Product> const & products, uint64_t const requestId)>;
/// Class which used for making products from http requests results.
class ProductMaker