alarmui/inc/alarmsourcecontextdef.h
branchRCL_3
changeset 30 bd7edf625bdd
parent 29 12af337248b1
--- a/alarmui/inc/alarmsourcecontextdef.h	Tue Aug 31 15:13:43 2010 +0300
+++ b/alarmui/inc/alarmsourcecontextdef.h	Wed Sep 01 12:32:31 2010 +0100
@@ -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
     };