httpfilters/httpfilterconnhandler/Src/HttpFilterConnHandler.cpp
branchRCL_3
changeset 8 73e95e652591
parent 6 fa2fd8b2d6cc
equal deleted inserted replaced
7:2611c08ee28e 8:73e95e652591
   271             // we sent request, so change Observer state to  EActiveReady
   271             // we sent request, so change Observer state to  EActiveReady
   272             iObserver->GetObserverState(state);
   272             iObserver->GetObserverState(state);
   273             if (state == EIdle)
   273             if (state == EIdle)
   274             {
   274             {
   275               iObserver->GetStateL(KPSUidWcdmaStatusValue, wcdmaState);
   275               iObserver->GetStateL(KPSUidWcdmaStatusValue, wcdmaState);
       
   276 			  iObserver->GetStateL(KPSUidGprsStatusValue, gprsState);
   276               if (wcdmaState == EPSWcdmaSuspend  && gprsState == EPSGprsSuspend) //this should not meet all the time.
   277               if (wcdmaState == EPSWcdmaSuspend  && gprsState == EPSGprsSuspend) //this should not meet all the time.
   277               {
   278               {
   278                 // user sent request from "No coverage" area, so all outstanding transactions will 
   279                 // user sent request from "No coverage" area, so all outstanding transactions will 
   279                 // be canceled in this case and user will be notified.  
   280                 // be canceled in this case and user will be notified.  
   280                   callbackPtr->CoverageEvent(EErrNetUnreach);
   281                   callbackPtr->CoverageEvent(EErrNetUnreach);