clfwrapper/ClientSrc/CCLFQueryAdapter.cpp
branchRCL_3
changeset 19 b73252188534
parent 9 82c0024438c8
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
   253         rootCondition.AddObjectConditionL( objectIds );
   253         rootCondition.AddObjectConditionL( objectIds );
   254         CleanupStack::PopAndDestroy( &objectIds );
   254         CleanupStack::PopAndDestroy( &objectIds );
   255         }
   255         }
   256 
   256 
   257     aStatus = KRequestPending;
   257     aStatus = KRequestPending;
   258     iStatusArray.Append( &aStatus );
   258     iStatusArray.AppendL( &aStatus );
   259     iQueryArray.Append( aQuery );
   259     iQueryArray.AppendL( aQuery );
   260 
   260 
   261     // Check that we can actually execute the query. We can if we have at least one query condition.
   261     // Check that we can actually execute the query. We can if we have at least one query condition.
   262     if ( rootCondition.Count() > 0 )
   262     if ( rootCondition.Count() > 0 )
   263         {
   263         {
   264         MG_DEBUG1( QMO4, "[CLF]\t CCLFQueryAdapter::QueryMdEObjectsL execute query" );
   264         MG_DEBUG1( QMO4, "[CLF]\t CCLFQueryAdapter::QueryMdEObjectsL execute query" );