clfwrapper/ClientSrc/CCLFQueryAdapter.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- 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 )