Update change log and spec for wrt-plugins-tizen_0.4.48-1
[platform/framework/web/wrt-plugins-tizen.git] / src / Systeminfo / BaseProperties.h
index e9ab8e0..1f20876 100755 (executable)
@@ -20,7 +20,6 @@
 
 #include <JavaScriptCore/JavaScript.h>
 #include <dpl/shared_ptr.h>
-#include <dpl/log/log.h>
 #include <CommonsJavaScript/PrivateObject.h>
 #include <CommonsJavaScript/Converter.h>
 #include "JSNetworkInfo.h"
@@ -36,8 +35,8 @@
 #include "JSBuildInfo.h"
 #include "JSLocaleInfo.h"
 #include "JSPeripheralInfo.h"
-
 #include "SysteminfoPropertyInfo.h"
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace Systeminfo {
@@ -70,7 +69,7 @@ class BaseProperty
     {
     }
 
-    virtual JSValueRef getValue(JSContextRef context, void* handle) const = 0;
+    virtual JSValueRef getValue(JSContextRef context, void* handle, void* tapiHandle) const = 0;
     virtual const char* getProperty() const = 0;
     virtual const int getWatchType() const = 0;    
 };