diff -r aba12c885d83 -r 96907930389d clock2/clockui/uilayer/clockalarmeditor/inc/clockalarmeditorimpl.h --- a/clock2/clockui/uilayer/clockalarmeditor/inc/clockalarmeditorimpl.h Thu Jul 15 18:37:27 2010 +0300 +++ b/clock2/clockui/uilayer/clockalarmeditor/inc/clockalarmeditorimpl.h Thu Aug 19 09:53:43 2010 +0300 @@ -322,7 +322,21 @@ * @brief Object of alarm server session. */ RASCliSession iAlarmSrvSes; + /** + * @var iWeekDaysList + * @brief This holds the list of weekdays. + */ + CDesCArrayFlat* iWeekDaysList; + /** + * @var iAlmDayFieldTextArray + * @brief This indicates the avkon query value text array which + * is used to set the array in the popup field control. + */ CAknQueryValueTextArray* iAlmDayFieldTextArray; + /** + * @var iAlmDayFieldTextValue + * @brief This allows to control the values of popup field control. + */ CAknQueryValueText* iAlmDayFieldTextValue; };