sipplugins/sippsystemstatemonitor/src/sipsystemstatemonitorao.cpp
branchRCL_3
changeset 9 1e1cc61f56c3
parent 0 307788aac0a8
--- a/sipplugins/sippsystemstatemonitor/src/sipsystemstatemonitorao.cpp	Fri Feb 19 23:10:33 2010 +0200
+++ b/sipplugins/sippsystemstatemonitor/src/sipsystemstatemonitorao.cpp	Fri Mar 12 15:44:11 2010 +0200
@@ -180,5 +180,7 @@
     {
     return ( aSystemState == ESwStateNormalRfOn ||
              aSystemState == ESwStateNormalRfOff ||
-             aSystemState == ESwStateNormalBTSap );
+             aSystemState == ESwStateNormalBTSap ||
+	         aSystemState == ESwStateEmergencyCallsOnly ||
+             aSystemState == ESwStateSecurityCheck);
     }