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