mtpfws/mtpfw/dataproviders/dputility/src/cmtpknowledgehandler.cpp
branchRCL_3
changeset 15 f85613f12947
parent 3 8b094906a049
equal deleted inserted replaced
13:81da3301b632 15:f85613f12947
   745 	if (0 == aGroupId)
   745 	if (0 == aGroupId)
   746 		{
   746 		{
   747 		TInt count = sizeof(KMTPFullEnumSyncKnowledgeObjectProperties) / sizeof(KMTPFullEnumSyncKnowledgeObjectProperties[0]);
   747 		TInt count = sizeof(KMTPFullEnumSyncKnowledgeObjectProperties) / sizeof(KMTPFullEnumSyncKnowledgeObjectProperties[0]);
   748 		for (TInt i = 0; i < count; i++)
   748 		for (TInt i = 0; i < count; i++)
   749 			{
   749 			{
   750 			aPropCodes.Append(KMTPFullEnumSyncKnowledgeObjectProperties[i]);
   750 			aPropCodes.AppendL(KMTPFullEnumSyncKnowledgeObjectProperties[i]);
   751 			}
   751 			}
   752 		}
   752 		}
   753 	else if(2 == aGroupId)
   753 	else if(2 == aGroupId)
   754 		{
   754 		{
   755 		TInt count = sizeof(KMTPKnowledgeObjectPropertiesGroup2) / sizeof(KMTPKnowledgeObjectPropertiesGroup2[0]);
   755 		TInt count = sizeof(KMTPKnowledgeObjectPropertiesGroup2) / sizeof(KMTPKnowledgeObjectPropertiesGroup2[0]);