messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp
changeset 34 84197e66a4bd
parent 27 e4592d119491
child 44 36f374c67aa8
--- a/messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp	Fri Jun 04 10:25:39 2010 +0100
+++ b/messagingapp/msgappfw/plugins/msgplugin/src/ccsmsghandler.cpp	Fri Jun 11 13:35:48 2010 +0300
@@ -823,14 +823,17 @@
             else if (aEntry.iBioType == KMsgBioUidVCalendar.iUid)
                 {
                 type = ECsBioMsg_VCal;
-                }            
-            }
-            break;
-        default:
-            type = ECsUnknown;           
-	    	break;
+       		 }
+       		 else if (aEntry.iBioType == KMsgBioNokiaServiceMessage.iUid) {
+            	type = ECsBioMgs_NokiaService;
         }
-    return (type);  
     }
+        break;
+    default:
+        type = ECsUnknown;
+        break;
+    }
+    return (type);
+}
 // End of file