connectionmonitoring/connmon/connectionmonitor/src/ConnMonServ.cpp
changeset 72 0c32cf868819
parent 71 9f263f780e41
equal deleted inserted replaced
71:9f263f780e41 72:0c32cf868819
  1080 //
  1080 //
  1081 void CConnMonDialUpOverrideTimer::RunL()
  1081 void CConnMonDialUpOverrideTimer::RunL()
  1082     {
  1082     {
  1083     LOGIT(".")
  1083     LOGIT(".")
  1084     LOGIT1("RunL: CConnMonDialUpOverrideTimer <%d>", iStatus.Int())
  1084     LOGIT1("RunL: CConnMonDialUpOverrideTimer <%d>", iStatus.Int())
       
  1085     
       
  1086     // Make sure that ETel goes to correct network status
       
  1087     // in case AT+CGATT=0 has been sent from PC.
       
  1088     iServer->Iap()->RestoreAttachMode();
  1085     iServer->SetDialUpOverrideStatus( EConnMonDialUpOverrideInactive );
  1089     iServer->SetDialUpOverrideStatus( EConnMonDialUpOverrideInactive );
  1086     }
  1090     }
  1087 
  1091 
  1088 // End of file
  1092 // End of file