calendarui/caleneditor/inc/caleneditorrepeatfield.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
--- a/calendarui/caleneditor/inc/caleneditorrepeatfield.h	Mon Jul 12 02:32:28 2010 +0530
+++ b/calendarui/caleneditor/inc/caleneditorrepeatfield.h	Mon Jul 26 13:54:38 2010 +0530
@@ -65,14 +65,22 @@
 	
 private:
 	enum RepeatTypes {
-			RepeatOnce,
-			RepeatDaily,
-			RepeatWorkdays,
-			RepeatWeekly,
-			RepeatBiWeekly,
-			RepeatMonthly,
-			RepeatYearly
-		};
+		RepeatOnce,
+		RepeatDaily,
+		RepeatWorkdays,
+		RepeatWeekly,
+		RepeatBiWeekly,
+		RepeatMonthly,
+		RepeatYearly
+	};
+	enum RepeatRoles {
+		DailyRole = 1,
+		WorkdaysRole,
+		WeeklyRole,
+		BiWeeklyRole,
+		MonthlyRole,
+		YearlyRole
+	};
 	CalenEditorPrivate* mCalenEditor;
 	HbDataForm* mEditorForm;
 	HbDataFormModel* mCalenEditorModel;