alarmui/alarmalertwidget/alarmalertinterface/inc/alarmalertwrapper.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    72 	 * @brief Dismisses the alarm alert being shown. This is 
    72 	 * @brief Dismisses the alarm alert being shown. This is 
    73 	 * merely a request and it returns immediately. 
    73 	 * merely a request and it returns immediately. 
    74 	 * AlarmAlertObserver::alertCancelled is called once the
    74 	 * AlarmAlertObserver::alertCancelled is called once the
    75 	 * alert is cancelled successfully
    75 	 * alert is cancelled successfully
    76 	 * 
    76 	 * 
    77 	 * @return true on success, false otherwise
       
    78 	 */
    77 	 */
    79 	IMPORT_C bool dismissAlarmAlert();
    78 	IMPORT_C void dismissAlarmAlert();
    80 	
    79 
    81 	/**
    80 	/**
    82 	 * @brief Updates the alarm alert with the information
    81 	 * @brief Updates the alarm alert with the information
    83 	 * provided
    82 	 * provided
    84 	 */
    83 	 */
    85 	IMPORT_C bool updateAlarmAlert(SAlarmInfo *alarmInfo);
    84 	IMPORT_C bool updateAlarmAlert(SAlarmInfo *alarmInfo);