supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplposinitstate.cpp
equal
deleted
inserted
replaced
240 iGenerationStatus = ETrue; |
240 iGenerationStatus = ETrue; |
241 iTrace->Trace(_L("Start of COMASuplPosInitState::GenerateMessage"), KTraceFileName, __LINE__); |
241 iTrace->Trace(_L("Start of COMASuplPosInitState::GenerateMessage"), KTraceFileName, __LINE__); |
242 iVerPresent = ComputeSuplInitVerL(); |
242 iVerPresent = ComputeSuplInitVerL(); |
243 if(iVerPresent) |
243 if(iVerPresent) |
244 { |
244 { |
245 if(!iIsStaleCellId) // if this request is for a stale cell id conversion then do not retrieve current location id |
245 iLocationIDRequestor->GetLocationID(); |
246 iLocationIDRequestor->GetLocationID(); |
|
247 else |
|
248 iMsgStateObserver->OperationCompleteL(KErrNone); |
|
249 } |
246 } |
250 else |
247 else |
251 { |
248 { |
252 iMsgStateObserver->OperationCompleteL(KErrGeneral); |
249 iMsgStateObserver->OperationCompleteL(KErrGeneral); |
253 } |
250 } |