diff -r 2872ae438bf7 -r e538444823de clfwrapper/ClientSrc/CCLFQueryAdapter.cpp --- a/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Wed Sep 15 12:40:59 2010 +0300 +++ b/clfwrapper/ClientSrc/CCLFQueryAdapter.cpp Wed Oct 13 15:02:02 2010 +0300 @@ -255,8 +255,8 @@ } aStatus = KRequestPending; - iStatusArray.AppendL( &aStatus ); - iQueryArray.AppendL( aQuery ); + iStatusArray.Append( &aStatus ); + iQueryArray.Append( aQuery ); // Check that we can actually execute the query. We can if we have at least one query condition. if ( rootCondition.Count() > 0 )