alarmui/inc/AlmAlarmControl.h
branchRCL_3
changeset 30 d68a4b5d5885
parent 0 f979ecb2b13e
child 65 12af337248b1
equal deleted inserted replaced
27:55d60436f00b 30:d68a4b5d5885
   103 	/**
   103 	/**
   104     * Return if alarm can be snoozed.
   104     * Return if alarm can be snoozed.
   105     * @since 5.0
   105     * @since 5.0
   106     **/
   106     **/
   107     TBool CanSnooze();
   107     TBool CanSnooze();
       
   108     /**
       
   109     * Returns handle to alarmutils
       
   110     * @since TB9.2
       
   111     **/
       
   112     CAlarmUtils* AlarmUtils() const;
   108  private:  // New functions
   113  private:  // New functions
   109     /**
   114     /**
   110      * Alarm UI Panic.
   115      * Alarm UI Panic.
   111      * Only called after an irreversible error.
   116      * Only called after an irreversible error.
   112      * @param aReason One of the panic reasons defined in TAlarmUIPanicReason (combined with TAlarmUIFunctionInfo).
   117      * @param aReason One of the panic reasons defined in TAlarmUIPanicReason (combined with TAlarmUIFunctionInfo).