branch | RCL_3 |
changeset 9 | 82c0024438c8 |
parent 0 | c53acadfccc6 |
child 19 | b73252188534 |
--- a/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Wed Mar 31 22:19:07 2010 +0300 +++ b/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Wed Apr 14 16:24:03 2010 +0300 @@ -205,8 +205,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 )