equal
deleted
inserted
replaced
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 // --------------------------------------------------------- |