Rename the class Json to avoid symbol conflicts with Jsoncpp
[platform/core/context/context-provider.git] / src / app-stats / AppStatsProvider.cpp
index 2b8bb3f..e049034 100644 (file)
@@ -33,7 +33,7 @@ void AppStatsProvider::getPrivilege(std::vector<const char*> &privilege)
        privilege.push_back(PRIV_APP_HISTORY);
 }
 
-int AppStatsProvider::read(Json option, Json *requestResult)
+int AppStatsProvider::read(CtxJson1 option, CtxJson1 *requestResult)
 {
        AppDbHandle *handle = new(std::nothrow) AppDbHandle(this);
        IF_FAIL_RETURN_TAG(handle, ERR_OPERATION_FAILED, _E, "Memory allocation failed");