alarmui/alarmalertwidget/alarmalertinterface/src/alarmalertwrapper.cpp
changeset 50 579cc610882e
parent 18 c198609911f9
child 55 2c54b51f39c4
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    58 // ---------------------------------------------------------
    58 // ---------------------------------------------------------
    59 // AlarmAlert::dismissAlarmAlert
    59 // AlarmAlert::dismissAlarmAlert
    60 // rest of the details are commented in the header
    60 // rest of the details are commented in the header
    61 // ---------------------------------------------------------
    61 // ---------------------------------------------------------
    62 //
    62 //
    63 EXPORT_C bool AlarmAlert::dismissAlarmAlert()
    63 EXPORT_C void AlarmAlert::dismissAlarmAlert()
    64 {
    64 {
    65     // Forward the call to the client
    65     // Forward the call to the client
    66 	return mAlarmWidget->dismissAlarmDialog();
    66 	mAlarmWidget->dismissAlarmDialog();
    67 }
    67 }
    68 
    68 
    69 // ---------------------------------------------------------
    69 // ---------------------------------------------------------
    70 // AlarmAlert::updateAlarmAlert
    70 // AlarmAlert::updateAlarmAlert
    71 // rest of the details are commented in the header
    71 // rest of the details are commented in the header