Update change log and spec for wrt-plugins-tizen_0.4.9
[platform/framework/web/wrt-plugins-tizen.git] / src / Notification / NotificationConverter.h
index 1793a45..b976536 100755 (executable)
 #ifndef TIZENAPIS_TIZEN_NOTIFICATION_CONVERTER_H_
 #define TIZENAPIS_TIZEN_NOTIFICATION_CONVERTER_H_
 
-#include <dpl/log/log.h>
 #include <CommonsJavaScript/Converter.h>
 #include <ApplicationControl.h>
 //#include <ApplicationConverter.h>
 #include <FilesystemUtils.h>
 #include "INotification.h"
 #include "NotificationLine.h"
+#include "Logger.h"
 
 namespace DeviceAPI {
 namespace Notification {
@@ -40,10 +40,11 @@ public:
        INotificationPtr toINotificationPtr(const JSValueRef arg);
        DeviceAPI::Application::ApplicationControlPtr toIApplicationPtr(const JSValueRef arg);
        void toNotificationFromDict(INotificationPtr& notification, const JSValueRef arg);
-    NotificationType toNotificationType(const JSValueRef arg);
+       NotificationType toNotificationType(const JSValueRef arg);
        
        NotificationLinePtr toNotificationLine(const JSValueRef &jsValue);
        NotificationLineArrayPtr toNotificationLineArray(const JSValueRef &jsValue);
+       NotificationProgressType toNotificationProgressType(const JSValueRef arg);
 
        JSValueRef toJSValueRef(const DeviceAPI::Application::ApplicationControlPtr &arg);
        JSValueRef toJSValueRef(const INotificationPtr arg);
@@ -52,6 +53,7 @@ public:
        
        JSValueRef toJSValueRef(const NotificationLinePtr &arg);
        JSValueRef toJSValueRef(const NotificationLineArrayPtr &arg);
+       JSValueRef toJSValueRef(const NotificationProgressType &arg);
 
        // String Array
        StringArrayPtr toStringArray(const JSValueRef &value);