diff -r 55d60436f00b -r d68a4b5d5885 clock2/clockui/uimodel/inc/clkuialarmmodel.h --- a/clock2/clockui/uimodel/inc/clkuialarmmodel.h Tue May 11 16:12:24 2010 +0300 +++ b/clock2/clockui/uimodel/inc/clkuialarmmodel.h Tue May 25 12:41:10 2010 +0300 @@ -71,6 +71,13 @@ IMPORT_C TInt DeleteClockAlarm( TAlarmId aAlarmId ); /** + * @brief Deletes a clock alarm with + * @param aAlarmId The id of the alarm to be deleted. + * @return TInt Symbian OS error code. + */ + IMPORT_C TInt AlarmRemoveSnooze ( TAlarmId aAlarmId ); + + /** * @brief Enable or disable a clock alarm. * @param aAlarmId The id of the clock alarm. * @param aState The status to which the alarm has to be changed.