clock2/clockui/uimodel/inc/clkuialarmmodel.h
branchRCL_3
changeset 30 d68a4b5d5885
parent 0 f979ecb2b13e
child 67 1539a383d7b6
--- 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.