equal
deleted
inserted
replaced
955 CNSmlDMAlertItem* item = new (ELeave) CNSmlDMAlertItem ; |
955 CNSmlDMAlertItem* item = new (ELeave) CNSmlDMAlertItem ; |
956 |
956 |
957 HBufC8 *data = HBufC8::NewL(1024); |
957 HBufC8 *data = HBufC8::NewL(1024); |
958 |
958 |
959 TPtr8 ptr = data->Des(); |
959 TPtr8 ptr = data->Des(); |
960 ptr.Append(KDataStart); |
960 //ptr.Append(KDataStart); |
961 ptr.Append(KResultCodeStart); |
961 ptr.Append(KResultCodeStart); |
962 ptr.Append(dataresult); |
962 ptr.Append(dataresult); |
963 ptr.Append(KResultCodeEnd); |
963 ptr.Append(KResultCodeEnd); |
964 ptr.Append(KIdentifierStart); |
964 ptr.Append(KIdentifierStart); |
965 ptr.Append(mapping); |
965 ptr.Append(mapping); |
966 ptr.Append(KIdentifierEnd); |
966 ptr.Append(KIdentifierEnd); |
967 ptr.Append(KDataEnd); |
967 //ptr.Append(KDataEnd); |
968 |
968 |
969 HBufC8 *sourceuri = genericalerts[i]->iSourceURI; |
969 HBufC8 *sourceuri = genericalerts[i]->iSourceURI; |
970 |
970 |
971 item->iSource = sourceuri; |
971 item->iSource = sourceuri; |
972 |
972 |