clock2/clockui/uimodel/inc/clkuialarmmodel.h
branchRCL_3
changeset 18 d68a4b5d5885
parent 0 f979ecb2b13e
equal deleted inserted replaced
16:55d60436f00b 18:d68a4b5d5885
    67         * @brief Deletes a clock alarm with 
    67         * @brief Deletes a clock alarm with 
    68         * @param aAlarmId The id of the alarm to be deleted.
    68         * @param aAlarmId The id of the alarm to be deleted.
    69         * @return TInt Symbian OS error code.
    69         * @return TInt Symbian OS error code.
    70         */
    70         */
    71         IMPORT_C TInt DeleteClockAlarm( TAlarmId aAlarmId );
    71         IMPORT_C TInt DeleteClockAlarm( TAlarmId aAlarmId );
       
    72 
       
    73         /**
       
    74         * @brief Deletes a clock alarm with 
       
    75         * @param aAlarmId The id of the alarm to be deleted.
       
    76         * @return TInt Symbian OS error code.
       
    77         */
       
    78         IMPORT_C TInt AlarmRemoveSnooze ( TAlarmId aAlarmId );
    72 
    79 
    73         /**
    80         /**
    74         * @brief Enable or disable a clock alarm.
    81         * @brief Enable or disable a clock alarm.
    75         * @param aAlarmId The id of the clock alarm.
    82         * @param aAlarmId The id of the clock alarm.
    76         * @param aState The status to which the alarm has to be changed.
    83         * @param aState The status to which the alarm has to be changed.