supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplprotocolmanager1.cpp
branchRCL_3
changeset 4 42de37ce7ce4
parent 0 667063e416a2
child 13 9c303455e256
equal deleted inserted replaced
1:788b770ce3ae 4:42de37ce7ce4
   217 	
   217 	
   218 	iTrace->Trace(_L("Creating New OMA SUPL Session"), KTraceFileName, __LINE__); 
   218 	iTrace->Trace(_L("Creating New OMA SUPL Session"), KTraceFileName, __LINE__); 
   219 	CSuplSessionBase* SuplSession = COMASuplSession::NewL(*iCommManager, iMobilePhone, iSuplSettings,
   219 	CSuplSessionBase* SuplSession = COMASuplSession::NewL(*iCommManager, iMobilePhone, iSuplSettings,
   220 															iSuplStorageSettings, aRequestType, *this, iPosHandler, iIMSI,
   220 															iSuplStorageSettings, aRequestType, *this, iPosHandler, iIMSI,
   221                                                             *this, aIpcSessionId,iOMASuplAsnHandlerBaseImpl);
   221                                                             *this, aIpcSessionId,iOMASuplAsnHandlerBaseImpl);
       
   222   SuplSession->SetSUPLVersion(1);                                                            
   222 	User::LeaveIfError(iSuplSessions.Append(SuplSession));
   223 	User::LeaveIfError(iSuplSessions.Append(SuplSession));
   223   	return SuplSession;
   224   	return SuplSession;
   224 	}
   225 	}
   225 
   226 
   226 // -----------------------------------------------------------------------------
   227 // -----------------------------------------------------------------------------