datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
child 65 a796fdeeb33c
equal deleted inserted replaced
54:0c2046328c85 55:c92d4f3c47c5
   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 );