clock2/clockui/uilayer/clockalarmeditor/inc/clockalarmeditorimpl.h
branchRCL_3
changeset 60 96907930389d
parent 59 aba12c885d83
child 67 1539a383d7b6
--- 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;
 	};