equal
deleted
inserted
replaced
237 aOutParamList, aInParamList) ; |
237 aOutParamList, aInParamList) ; |
238 |
238 |
239 } |
239 } |
240 |
240 |
241 //LastKnownLocation Request is made by consumer |
241 //LastKnownLocation Request is made by consumer |
242 else if (aCmdName == KCmdLastLocation) |
242 else if( !(aCmdName.CompareF( KCmdLastLocation )) ) |
243 { |
243 { |
244 //Extract Update options from input List |
244 //Extract Update options from input List |
245 User::LeaveIfError(iLocationService->GetLastKnownLoc(iPosition)) ; |
245 User::LeaveIfError(iLocationService->GetLastKnownLoc(iPosition)) ; |
246 TUint category1 = EBasicInfo; |
246 TUint category1 = EBasicInfo; |
247 |
247 |