clfwrapper/ClientSrc/CCLFQueryAdapter.cpp
branchRCL_3
changeset 9 82c0024438c8
parent 0 c53acadfccc6
child 19 b73252188534
equal deleted inserted replaced
8:50de4d668bb6 9:82c0024438c8
   203                 }
   203                 }
   204             }
   204             }
   205         }
   205         }
   206 
   206 
   207     aStatus = KRequestPending;
   207     aStatus = KRequestPending;
   208     iStatusArray.Append( &aStatus );
   208     iStatusArray.AppendL( &aStatus );
   209     iQueryArray.Append( aQuery );
   209     iQueryArray.AppendL( aQuery );
   210 
   210 
   211     // Check that we can actually execute the query. We can if we have at least one query condition.
   211     // Check that we can actually execute the query. We can if we have at least one query condition.
   212     if ( rootCondition.Count() > 0 )
   212     if ( rootCondition.Count() > 0 )
   213         {
   213         {
   214         MG_DEBUG1( QMO5, "[CLF]\t CCLFQueryAdapter::QueryMdEObjectsL execute query");
   214         MG_DEBUG1( QMO5, "[CLF]\t CCLFQueryAdapter::QueryMdEObjectsL execute query");