Update change log and spec for wrt-plugins-tizen_0.4.29
[framework/web/wrt-plugins-tizen.git] / src / Notification / StatusNotification.h
old mode 100644 (file)
new mode 100755 (executable)
index 78b15f9..f99d077
@@ -41,18 +41,21 @@ public:
        StatusNotification(int privID);                         //private ID of Notification.
        
        ~StatusNotification();
-       
+
+#if 0  
         NotificationProgressType getProgressType()
         {
                return m_progressType;
         }
-
-       std::string getEnumProgressType();
-        
         void setProgressType( NotificationProgressType type)
         {
                m_progressType = type;
         }
+#endif
+
+       std::string getEnumProgressType();
+        
+
         void setUpdatedFlag(bool value)
         {
              if (value)
@@ -105,9 +108,12 @@ public:
        
        bool getDefaultVibration() ;    
        void setDefaultVibration(const bool& vibration) ;
-       
-       double getProgressValue() ;
-       void setProgressValue(const double & progressValue) ;
+
+       NotificationProgressType getProgressType();
+       void setProgressType(NotificationProgressType type);
+
+        double getProgressValue() ;
+        void setProgressValue(const double & progressValue);
        
        std::string getSubIconPath() ;
        void setSubIconPath(const std::string& subIconPath) ;
@@ -168,7 +174,6 @@ private:
                
 protected:
 
-       //NotificationType m_notiType;
        NotificationType m_notiType;
        service_h m_service;
        notification_h m_notiHandle;