alarmui/inc/alarmsourcecontextdef.h
branchRCL_3
changeset 18 d68a4b5d5885
parent 0 f979ecb2b13e
child 29 12af337248b1
--- a/alarmui/inc/alarmsourcecontextdef.h	Tue May 11 16:12:24 2010 +0300
+++ b/alarmui/inc/alarmsourcecontextdef.h	Tue May 25 12:41:10 2010 +0300
@@ -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
     };