alarmui/alarmalertwidget/alarmalertinterface/src/alarmalertwrapper.cpp
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 55 2c54b51f39c4
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    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