Rename the class Json to avoid symbol conflicts with Jsoncpp
[platform/core/context/context-provider.git] / src / battery-stats / BatteryUsage.h
index bc748ba..cfcee56 100644 (file)
@@ -26,7 +26,7 @@ namespace ctx {
                BatteryUsageProvider();
                ~BatteryUsageProvider();
 
-               int read(Json option, Json *requestResult);
+               int read(CtxJson1 option, CtxJson1 *requestResult);
        };
 }