Added full flatbuffers support to the Table service

This commit is contained in:
Denis Chaplygin
2019-08-05 17:40:26 +03:00
parent 7ddda105a3
commit ea111129dd
7 changed files with 293 additions and 102 deletions
+1
View File
@@ -78,6 +78,7 @@ class BasePlugin
osrm::engine::api::fbresult::FBResultBuilder error(fb_result);
error.add_code(fb_result.CreateString(code));
error.add_message(fb_result.CreateString(message));
error.add_response_type(osrm::engine::api::fbresult::ServiceResponse::ServiceResponse_NONE);
fb_result.Finish(error.Finish());
};
void operator()(std::string& str_result) {