datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp
changeset 60 9a7e3d5f461a
parent 0 9cfd9a3ee49c
child 54 0c2046328c85
equal deleted inserted replaced
51:95c570bf4a05 60:9a7e3d5f461a
   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 );