datasourcemodules/defaultpositioningmodule/src/epos_cpospsyfixstatemanager.cpp
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
child 65 a796fdeeb33c
equal deleted inserted replaced
54:0c2046328c85 55:c92d4f3c47c5
   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         User::LeaveIfError( 
   160         iPsyStateArray.AppendL( fixAndState ) ;           
   161             iPsyStateArray.Append( fixAndState ) );
       
   162             
       
   163         CleanupStack::Pop( timer );
   161         CleanupStack::Pop( timer );
   164         }
   162         }
   165     }
   163     }
   166         
   164         
   167 // ---------------------------------------------------------
   165 // ---------------------------------------------------------