Rename the class Json to avoid symbol conflicts with Jsoncpp
[platform/core/context/context-provider.git] / src / sensor / sleep / Sleep.cpp
index 3ae40c9..688d587 100644 (file)
@@ -46,7 +46,7 @@ bool SleepProvider::isSupported()
        return util::getSystemInfoBool("tizen.org/feature/sensor.sleep_monitor");
 }
 
-Querier* SleepProvider::getQuerier(Json option)
+Querier* SleepProvider::getQuerier(CtxJson1 option)
 {
        SleepQuerier *querier = new(std::nothrow) SleepQuerier(this, option);
        IF_FAIL_RETURN_TAG(querier, NULL, _E, "Memory allocation failed");