changeset 40 | 910a23996aa0 |
parent 23 | 33ae025ac1e8 |
child 63 | e538444823de |
--- a/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Wed Jul 14 07:57:22 2010 +0300 +++ b/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Fri Jul 23 10:03:59 2010 +0300 @@ -255,8 +255,8 @@ } aStatus = KRequestPending; - iStatusArray.Append( &aStatus ); - iQueryArray.Append( aQuery ); + iStatusArray.AppendL( &aStatus ); + iQueryArray.AppendL( aQuery ); // Check that we can actually execute the query. We can if we have at least one query condition. if ( rootCondition.Count() > 0 )