syncmlfw/ds/dsutils/ProfileUtil/src/NsmlProfileUtil.cpp
changeset 66 08c8318ec9cb
parent 0 b497e44ab2fc
child 73 ae69c2e8bc34
--- a/syncmlfw/ds/dsutils/ProfileUtil/src/NsmlProfileUtil.cpp	Fri Sep 03 22:35:56 2010 +0530
+++ b/syncmlfw/ds/dsutils/ProfileUtil/src/NsmlProfileUtil.cpp	Fri Sep 17 19:59:15 2010 +0530
@@ -190,7 +190,7 @@
 	    //SyncType is same for all the contents from UI
 	    iSyncType=static_cast<TSmlSyncType>(contentType->IntValue(EDSAdapterSyncType));
 	    // Add to this object
-	    iContents.Append(contentData);			
+	    iContents.AppendL(contentData);			
 	}
 	
 	// Cleanup
@@ -277,7 +277,7 @@
 	        
 	        data->SetContentEnabled(stream.ReadInt32L()); 	
 	        
-	        iContents.Append(data);
+	        iContents.AppendL(data);
 	    }
 	    
 	    iSyncType=static_cast<TSmlSyncType>(stream.ReadInt32L());