datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp
branchRCL_3
changeset 65 a796fdeeb33c
parent 55 c92d4f3c47c5
--- a/datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp	Wed Sep 15 00:02:22 2010 +0300
+++ b/datasourcemodules/defaultpositioningmodule/src/epos_cposexternalgpsmonitor.cpp	Wed Oct 13 16:07:50 2010 +0300
@@ -272,7 +272,7 @@
             User::LeaveIfError( iExtGpsPsyArray.Append( requestor ) );
             
             //This function won't fail, since we have enough space already
-            iExtGpsPsyUsedArray.AppendL( 0 ); 
+            iExtGpsPsyUsedArray.Append( 0 ); 
             
             CleanupStack::Pop( requestor );
             }