Apply the changed function names in context-common 07/138507/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 12 Jul 2017 10:10:58 +0000 (19:10 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 12 Jul 2017 10:10:58 +0000 (19:10 +0900)
Change-Id: I4f1c26d00d7b79be5f5c169188054e2108500f61
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/client/QueryResultListener.cpp

index 501856a..72566c0 100644 (file)
@@ -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);