From: Mu-Woong Lee Date: Wed, 12 Jul 2017 10:10:58 +0000 (+0900) Subject: Apply the changed function names in context-common X-Git-Tag: accepted/tizen/unified/20170913.070852^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F138507%2F1;p=platform%2Fcore%2Fcontext%2Fsensor-recorder.git Apply the changed function names in context-common Change-Id: I4f1c26d00d7b79be5f5c169188054e2108500f61 Signed-off-by: Mu-Woong Lee --- diff --git a/src/client/QueryResultListener.cpp b/src/client/QueryResultListener.cpp index 501856a..72566c0 100644 --- a/src/client/QueryResultListener.cpp +++ b/src/client/QueryResultListener.cpp @@ -36,7 +36,7 @@ void QueryResultListener::onSuccess(const std::string& methodName, GVariant* par int remains = records.size(); ctx_sensor_rec_data_s data; - data.keys = util::tokenizeString(schema, ","); + data.keys = util::tokenize_string(schema, ","); _D("%d records received", remains);