messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp
changeset 34 84197e66a4bd
parent 27 e4592d119491
child 44 36f374c67aa8
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
   821                 type = ECsBioMsg_VCard;
   821                 type = ECsBioMsg_VCard;
   822                 }
   822                 }
   823             else if (aEntry.iBioType == KMsgBioUidVCalendar.iUid)
   823             else if (aEntry.iBioType == KMsgBioUidVCalendar.iUid)
   824                 {
   824                 {
   825                 type = ECsBioMsg_VCal;
   825                 type = ECsBioMsg_VCal;
   826                 }            
   826        		 }
   827             }
   827        		 else if (aEntry.iBioType == KMsgBioNokiaServiceMessage.iUid) {
   828             break;
   828             	type = ECsBioMgs_NokiaService;
   829         default:
   829         }
   830             type = ECsUnknown;           
   830     }
   831 	    	break;
   831         break;
   832         }
   832     default:
   833     return (type);  
   833         type = ECsUnknown;
   834     }
   834         break;
       
   835     }
       
   836     return (type);
       
   837 }
   835 // End of file
   838 // End of file
   836 
   839