simpleengine/xdmrlspres/src/presencetransformxdm.cpp
branchRCL_3
changeset 34 2669f8761a99
parent 25 e53c01f160bc
child 35 fbd2e7cec7ef
equal deleted inserted replaced
31:2580314736af 34:2669f8761a99
   179         
   179         
   180         // get attribute if nodeType support attribute
   180         // get attribute if nodeType support attribute
   181         if ((nodeName==KPresAllDevices)||(nodeName==KPresAllPersons)||
   181         if ((nodeName==KPresAllDevices)||(nodeName==KPresAllPersons)||
   182                                                     (nodeName==KPresAllServices))
   182                                                     (nodeName==KPresAllServices))
   183             {
   183             {
   184             aTypeAndValues.AppendL(myDataCompo);
   184             aTypeAndValues.Append(myDataCompo);
   185             break;
   185             break;
   186             }
   186             }
   187        
   187        
   188         childNode->SetLeafNode(ETrue);
   188         childNode->SetLeafNode(ETrue);
   189         nodeContents = CnvUtfConverter::ConvertToUnicodeFromUtf8L
   189         nodeContents = CnvUtfConverter::ConvertToUnicodeFromUtf8L