branch | RCL_3 |
changeset 19 | b73252188534 |
parent 9 | 82c0024438c8 |
--- a/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Thu Jul 15 19:07:24 2010 +0300 +++ b/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Thu Aug 19 10:20:41 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 )