diff -r 5aadd1120515 -r b57382753122 alarmui/inc/alarmsourcecontextdef.h --- a/alarmui/inc/alarmsourcecontextdef.h Fri Oct 15 12:10:36 2010 +0530 +++ b/alarmui/inc/alarmsourcecontextdef.h Wed Nov 03 17:12:22 2010 +0530 @@ -88,14 +88,18 @@ _S( "Stop" ), // command to snooze an active alarm - _S( "Snooze" ) + _S( "Snooze" ), + + // command to silence an active alarm + _S( "Silence" ) }; // Enumerations for accessing values array enum TAlarmSourceCommandValues { ECommandAlarmStop, - ECommandAlarmSnooze + ECommandAlarmSnooze, + ECommandAlarmSilence }; //----------------------------------------------------------------------------- @@ -157,6 +161,9 @@ // stop the active alarm _S( "AlarmUI.Stop" ), + // stop the active alarm + _S( "AlarmUI.Silence" ), + // print a debug string _S( "AlarmUI.Debug" ) @@ -167,6 +174,7 @@ { EActionSnooze, EActionStop, + EActionSilence, EDebug };