simpleengine/xdmrlspres/src/crlsxdm.cpp
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 34 2669f8761a99
--- a/simpleengine/xdmrlspres/src/crlsxdm.cpp	Tue Aug 31 15:35:50 2010 +0300
+++ b/simpleengine/xdmrlspres/src/crlsxdm.cpp	Wed Sep 01 12:23:14 2010 +0100
@@ -709,7 +709,7 @@
     RPointerArray<CXdmDocumentNode> confirmedNodes;
     
     CXdmDocumentNode* currentNode = serviceUriNode;
-    confirmedNodes.Append(currentNode);
+    confirmedNodes.AppendL(currentNode);
     
     if(count>1) // if some list(s) exist in path info
         {
@@ -734,7 +734,7 @@
     for (TInt j=0;j<count;j++)
         {
         iListPath->AppendL(aLists.MdcaPoint(j));
-        iListPointerPath.Append(confirmedNodes[j]);
+        iListPointerPath.AppendL(confirmedNodes[j]);
         }
     
     confirmedNodes.Close();