messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp
changeset 41 25fe1fe642e3
parent 37 518b245aa84c
child 51 3507212d340e
equal deleted inserted replaced
40:224522e33db9 41:25fe1fe642e3
   735         case KSenduiMMSNotificationUidValue:            
   735         case KSenduiMMSNotificationUidValue:            
   736             type = ECsMmsNotification;
   736             type = ECsMmsNotification;
   737             break;
   737             break;
   738         case KSenduiMtmBioUidValue:
   738         case KSenduiMtmBioUidValue:
   739             { 
   739             { 
       
   740 			if (aEntry.iMtmData1 == KSenduiMtmBtUidValue) 
       
   741 			{
       
   742            	 	if (aEntry.iBioType == KMsgBioUidVCard.iUid) 
       
   743 				{
       
   744                 	type = ECsBlueTooth_VCard;
       
   745             	}
       
   746             	else if (aEntry.iBioType == KMsgBioUidVCalendar.iUid)
       
   747 				{
       
   748                		type = ECsBlueTooth_VCal;
       
   749             	}
       
   750            		 break;
       
   751         	}
   740             type = ECsBioMsg; 
   752             type = ECsBioMsg; 
   741             
   753             
   742             // based on the biotype uid set message type
   754             // based on the biotype uid set message type
   743             if(aEntry.iBioType == KMsgBioUidRingingTone.iUid)
   755             if(aEntry.iBioType == KMsgBioUidRingingTone.iUid)
   744                 {
   756                 {