Apply the changed function names in context-common 31/138531/1 accepted/tizen/4.0/unified/20170816.013253 accepted/tizen/4.0/unified/20170816.015814 accepted/tizen/4.0/unified/20170828.223324 accepted/tizen/unified/20170713.153448 submit/tizen/20170712.122138 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100003 submit/tizen_4.0_unified/20170814.115522
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 12:01:34 +0000 (12:01 +0000)
Change-Id: I4f1c26d00d7b79be5f5c169188054e2108500f61
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
(cherry picked from commit f3bd13032f6dcc877c04403165d560a506e3aefb)

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);