syncmlfw/ds/dsutils/ProfileUtil/src/NsmlProfileUtil.cpp
changeset 72 8ee66fcd0a7c
parent 0 b497e44ab2fc
child 73 ae69c2e8bc34
--- a/syncmlfw/ds/dsutils/ProfileUtil/src/NsmlProfileUtil.cpp	Fri Sep 17 08:34:58 2010 +0300
+++ b/syncmlfw/ds/dsutils/ProfileUtil/src/NsmlProfileUtil.cpp	Mon Oct 04 01:40:31 2010 +0300
@@ -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());