datasourcemodules/defaultpositioningmodule/src/epos_cpospsyfixstatemanager.cpp
branchRCL_3
changeset 65 a796fdeeb33c
parent 55 c92d4f3c47c5
equal deleted inserted replaced
58:87622fad6b51 65:a796fdeeb33c
   155         TPsyAndFixState fixAndState;
   155         TPsyAndFixState fixAndState;
   156         fixAndState.iPsyId = aPsyId;
   156         fixAndState.iPsyId = aPsyId;
   157         fixAndState.iPsyState = EPsyFixStateUnknown;
   157         fixAndState.iPsyState = EPsyFixStateUnknown;
   158         fixAndState.iLocationRequestCount = 0;
   158         fixAndState.iLocationRequestCount = 0;
   159         fixAndState.iTimer = timer;
   159         fixAndState.iTimer = timer;
   160         iPsyStateArray.AppendL( fixAndState ) ;           
   160         User::LeaveIfError( 
       
   161             iPsyStateArray.Append( fixAndState ) );
       
   162             
   161         CleanupStack::Pop( timer );
   163         CleanupStack::Pop( timer );
   162         }
   164         }
   163     }
   165     }
   164         
   166         
   165 // ---------------------------------------------------------
   167 // ---------------------------------------------------------