diff -r 13725ba12484 -r c58fd5f0c240 nwnotifier/src/nwregistrationstatusmonitor.cpp --- a/nwnotifier/src/nwregistrationstatusmonitor.cpp Mon Jun 21 16:18:13 2010 +0300 +++ b/nwnotifier/src/nwregistrationstatusmonitor.cpp Thu Jul 15 19:16:18 2010 +0300 @@ -21,6 +21,7 @@ // System #include #include // KMmTsyModuleName +#include // ================= MEMBER FUNCTIONS ======================================= @@ -223,16 +224,15 @@ iResID = R_PHONE_NOT_ALLOW_MM6; RDebug::Print( _L("NW: CNWRegistrationStatusMonitor::ParseErrCode() : R_PHONE_NOT_ALLOW_MM6") ); break; + } + case KErrMMEtelAuthenticateFailed: + { + RDebug::Print( _L("NW: CNWRegistrationStatusMonitor::ParseErrCode() : R_SIM_NOT_ALLOW") ); + iResID = R_SIM_NOT_ALLOW; + break; } default: - { - case KErrGeneral: - { - RDebug::Print( _L("NW: CNWRegistrationStatusMonitor::ParseErrCode() : R_SIM_NOT_ALLOW") ); - iResID = R_SIM_NOT_ALLOW; - break; - } - } + break; } }