equal
deleted
inserted
replaced
167 TContainerAOOperation aUpdateOpType) |
167 TContainerAOOperation aUpdateOpType) |
168 { |
168 { |
169 FUNC_ENTER("CLbtUpdateAsyncOperation::ConstructL"); |
169 FUNC_ENTER("CLbtUpdateAsyncOperation::ConstructL"); |
170 for(TInt i=0;i<aTriggerIds.Count();++i) |
170 for(TInt i=0;i<aTriggerIds.Count();++i) |
171 { |
171 { |
172 iTriggerIds.Append(aTriggerIds[i]); |
172 iTriggerIds.AppendL(aTriggerIds[i]); |
173 } |
173 } |
174 iValidity = aValidity; |
174 iValidity = aValidity; |
175 iClientStatus = &aClientStatus; |
175 iClientStatus = &aClientStatus; |
176 iUpdateOpType = aUpdateOpType; |
176 iUpdateOpType = aUpdateOpType; |
177 } |
177 } |
188 TContainerAOOperation aUpdateOpType ) |
188 TContainerAOOperation aUpdateOpType ) |
189 { |
189 { |
190 FUNC_ENTER("CLbtUpdateAsyncOperation::ConstructL"); |
190 FUNC_ENTER("CLbtUpdateAsyncOperation::ConstructL"); |
191 for(TInt i=0;i<aTriggerIds.Count();++i) |
191 for(TInt i=0;i<aTriggerIds.Count();++i) |
192 { |
192 { |
193 iTriggerIds.Append(aTriggerIds[i]); |
193 iTriggerIds.AppendL(aTriggerIds[i]); |
194 } |
194 } |
195 iClientStatus = &aClientStatus; |
195 iClientStatus = &aClientStatus; |
196 iUpdateOpType = aUpdateOpType; |
196 iUpdateOpType = aUpdateOpType; |
197 iFireBool = aFireBool; |
197 iFireBool = aFireBool; |
198 } |
198 } |