[Release] livebox.web-provider-1.9
[platform/framework/web/web-provider.git] / src / Core / Service / PeriodChanger.h
old mode 100644 (file)
new mode 100755 (executable)
index c9005af..4739b59
@@ -5,7 +5,7 @@
  *    you may not use this file except in compliance with the License.
  *    You may obtain a copy of the License at
  *
- *        http://www.tizenopensource.org/license
+ *        http://floralicense.org/license/
  *
  *    Unless required by applicable law or agreed to in writing, software
  *    distributed under the License is distributed on an "AS IS" BASIS,
@@ -64,13 +64,10 @@ class PeriodChanger {
         struct PopupListData {
             PeriodChanger* periodChanger;
             float newPeriod;
+            const char* period;
         };
 
-        PopupListData m_1hour;
-        PopupListData m_3hour;
-        PopupListData m_6hour;
-        PopupListData m_12hour;
-        PopupListData m_noUpdate;
+        PopupListData m_hour[5];
 };
 } // Service