equal
deleted
inserted
replaced
270 |
270 |
271 //Add this requestor in the array |
271 //Add this requestor in the array |
272 User::LeaveIfError( iExtGpsPsyArray.Append( requestor ) ); |
272 User::LeaveIfError( iExtGpsPsyArray.Append( requestor ) ); |
273 |
273 |
274 //This function won't fail, since we have enough space already |
274 //This function won't fail, since we have enough space already |
275 iExtGpsPsyUsedArray.Append( 0 ); |
275 iExtGpsPsyUsedArray.AppendL( 0 ); |
276 |
276 |
277 CleanupStack::Pop( requestor ); |
277 CleanupStack::Pop( requestor ); |
278 } |
278 } |
279 } |
279 } |
280 CleanupStack::PopAndDestroy( &extGpsPsyIdArray ); |
280 CleanupStack::PopAndDestroy( &extGpsPsyIdArray ); |