calendarui/globaldata/inc/calenglobaldata.h
branchRCL_3
changeset 27 aba12c885d83
parent 14 21239b3bcd78
child 28 96907930389d
equal deleted inserted replaced
25:bf573002ff72 27:aba12c885d83
   444 		/**
   444 		/**
   445 		* @brief Handles the notification ECalenNotifyCalendarFileDeleted
   445 		* @brief Handles the notification ECalenNotifyCalendarFileDeleted
   446 		* Deletes a calendar from the calendar list
   446 		* Deletes a calendar from the calendar list
   447 		*/
   447 		*/
   448 		void HandleCalendarFileDeletedL();
   448 		void HandleCalendarFileDeletedL();
       
   449 		
       
   450 		/*
       
   451 		 * @brief Delete all missed alarms for deleted calendar 
       
   452 		 * @param aCalendarFilename filename of the calendar for which missed 
       
   453 		 *        alarms should be deleted
       
   454 		 * @return void       
       
   455 		 */
       
   456 		void DeleteCalendarMissedAlarmsL(const TDesC& aCalendarFilename);
   449 
   457 
   450 	private:
   458 	private:
   451         // Member data owned by this class.  Member data is only initialised on first use
   459         // Member data owned by this class.  Member data is only initialised on first use
   452         CActiveSchedulerWait* iUtilsAs;
   460         CActiveSchedulerWait* iUtilsAs;
   453         CCalSession* iCalSession;
   461         CCalSession* iCalSession;