equal
deleted
inserted
replaced
68 if( iAsyncFind ) |
68 if( iAsyncFind ) |
69 { |
69 { |
70 iAsyncFind->Cancel(); |
70 iAsyncFind->Cancel(); |
71 |
71 |
72 delete iAsyncFind; |
72 delete iAsyncFind; |
73 iAsyncFind = NULL; |
|
74 } |
73 } |
75 } |
74 } |
76 |
75 |
77 |
76 |
78 void CMdEObjectQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount ) |
77 void CMdEObjectQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount ) |
151 |
150 |
152 |
151 |
153 CMdERelationQueryImpl::~CMdERelationQueryImpl() |
152 CMdERelationQueryImpl::~CMdERelationQueryImpl() |
154 { |
153 { |
155 delete iAsyncFind; |
154 delete iAsyncFind; |
156 iAsyncFind = NULL; |
|
157 } |
155 } |
158 |
156 |
159 |
157 |
160 void CMdERelationQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount ) |
158 void CMdERelationQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount ) |
161 { |
159 { |
226 |
224 |
227 |
225 |
228 CMdEEventQueryImpl::~CMdEEventQueryImpl() |
226 CMdEEventQueryImpl::~CMdEEventQueryImpl() |
229 { |
227 { |
230 delete iAsyncFind; |
228 delete iAsyncFind; |
231 iAsyncFind = NULL; |
|
232 } |
229 } |
233 |
230 |
234 |
231 |
235 void CMdEEventQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount ) |
232 void CMdEEventQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount ) |
236 { |
233 { |