metadataengine/client/src/mdequeryimpl.cpp
changeset 54 a3cc46f37772
parent 0 c53acadfccc6
child 63 e538444823de
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
    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;
    73     	}
    74     	}
    74     }
    75     }
    75 
    76 
    76 
    77 
    77 void CMdEObjectQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount )
    78 void CMdEObjectQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount )
   150 
   151 
   151 
   152 
   152 CMdERelationQueryImpl::~CMdERelationQueryImpl()
   153 CMdERelationQueryImpl::~CMdERelationQueryImpl()
   153     {
   154     {
   154 	delete iAsyncFind;
   155 	delete iAsyncFind;
       
   156 	iAsyncFind = NULL;
   155     }
   157     }
   156 
   158 
   157 
   159 
   158 void CMdERelationQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount )
   160 void CMdERelationQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount )
   159     {
   161     {
   224 
   226 
   225 
   227 
   226 CMdEEventQueryImpl::~CMdEEventQueryImpl()
   228 CMdEEventQueryImpl::~CMdEEventQueryImpl()
   227     {
   229     {
   228 	delete iAsyncFind;
   230 	delete iAsyncFind;
       
   231 	iAsyncFind = NULL;
   229     }
   232     }
   230 
   233 
   231 
   234 
   232 void CMdEEventQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount )
   235 void CMdEEventQueryImpl::DoFindL( TUint aMaxCount, TUint aNotifyCount )
   233     {
   236     {