syncmlfw/ds/settings/src/NSmlProfileContentHandler.cpp
changeset 73 ae69c2e8bc34
parent 0 b497e44ab2fc
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
   111 		}
   111 		}
   112 		if (aName == _L("DSContentSettings"))
   112 		if (aName == _L("DSContentSettings"))
   113 		{
   113 		{
   114 			iDSContentInProgress = TRUE;
   114 			iDSContentInProgress = TRUE;
   115 			CNSmlDSContentSettingType* content = CNSmlDSContentSettingType::NewL();
   115 			CNSmlDSContentSettingType* content = CNSmlDSContentSettingType::NewL();
       
   116 			CleanupStack::PushL(content);
   116 			iContentArray->AppendL(content);
   117 			iContentArray->AppendL(content);
   117 			
   118 			CleanupStack::Pop(content); // content   						
   118 						
       
   119 		}
   119 		}
   120 		if (iDSSettingInProgress)
   120 		if (iDSSettingInProgress)
   121 		{
   121 		{
   122 		    if (aName.Compare(KNSmlDSProfileDisplayName) == 0)
   122 		    if (aName.Compare(KNSmlDSProfileDisplayName) == 0)
   123 			{
   123 			{