sipplugins/sippsystemstatemonitor/src/sipsystemstatemonitorao.cpp
branchRCL_3
changeset 9 1e1cc61f56c3
parent 0 307788aac0a8
equal deleted inserted replaced
4:dd3853b8dc3f 9:1e1cc61f56c3
   178 //
   178 //
   179 TBool CSipSystemStateMonitorAo::IsSystemReady( TInt aSystemState ) const
   179 TBool CSipSystemStateMonitorAo::IsSystemReady( TInt aSystemState ) const
   180     {
   180     {
   181     return ( aSystemState == ESwStateNormalRfOn ||
   181     return ( aSystemState == ESwStateNormalRfOn ||
   182              aSystemState == ESwStateNormalRfOff ||
   182              aSystemState == ESwStateNormalRfOff ||
   183              aSystemState == ESwStateNormalBTSap );
   183              aSystemState == ESwStateNormalBTSap ||
       
   184 	         aSystemState == ESwStateEmergencyCallsOnly ||
       
   185              aSystemState == ESwStateSecurityCheck);
   184     }
   186     }