supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplsession2.cpp
branchRCL_3
changeset 13 9c303455e256
parent 8 6fcbaa43369c
child 20 2b4ea9893b66
equal deleted inserted replaced
12:5944cae565c9 13:9c303455e256
  2195         }
  2195         }
  2196     else //Other messages than SUPL_INIT.... Send End
  2196     else //Other messages than SUPL_INIT.... Send End
  2197         {
  2197         {
  2198         CreateCloneMessageL(aDecodedAsnMessage);		
  2198         CreateCloneMessageL(aDecodedAsnMessage);		
  2199         UpdateSuplSessionIDL();
  2199         UpdateSuplSessionIDL();
       
  2200 		if (iRequestType == ESUPL_NETWORK && messageType == COMASuplAsnMessageBase::ESUPL_INIT)
       
  2201 			{
       
  2202 			ServerAddressCheckForSuplInitL();
       
  2203 			}
  2200  
  2204  
  2201         iSuplSessionState = ESUPL_INITIALIZED;
  2205         iSuplSessionState = ESUPL_INITIALIZED;
  2202         iSuplMsgType = ESUPL_END;
  2206         iSuplMsgType = ESUPL_END;
  2203 
  2207 
  2204         if((aErrorCode == KErrCompletion && messageType == COMASuplAsnMessageBase::ESUPL_INIT) ||
  2208         if((aErrorCode == KErrCompletion && messageType == COMASuplAsnMessageBase::ESUPL_INIT) ||