organizer_plat/calendar_custamization_api/inc/calenservices.h
branchRCL_3
changeset 21 9711e452b5e9
parent 0 f979ecb2b13e
child 67 1539a383d7b6
equal deleted inserted replaced
20:21239b3bcd78 21:9711e452b5e9
   152 		 * @brief Gets the calendar icon specified by aIndex
   152 		 * @brief Gets the calendar icon specified by aIndex
   153 		 * 
   153 		 * 
   154 		 * @param aIndex One of the TCalenIcons
   154 		 * @param aIndex One of the TCalenIcons
   155 		 * @return CGulIcon* The icon corresponding to aIndex
   155 		 * @return CGulIcon* The icon corresponding to aIndex
   156 		 */
   156 		 */
   157 		virtual CGulIcon* GetIconL( TCalenIcons aIndex ) = 0;
   157 		virtual CGulIcon* GetIconL( TCalenIcons aIndex, const TInt aViewId = 0 ) = 0;
   158 
   158 
   159 		/**
   159 		/**
   160 		 * @brief Register for notifications of Calendar events
   160 		 * @brief Register for notifications of Calendar events
   161 		 * 
   161 		 * 
   162 		 * @param aHandler The MCalenNotificationHandler to notify
   162 		 * @param aHandler The MCalenNotificationHandler to notify