messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp
changeset 41 25fe1fe642e3
parent 37 518b245aa84c
child 56 f42d9a78f435
--- a/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp	Tue Jul 06 22:50:16 2010 +0530
+++ b/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp	Fri Jul 09 14:46:10 2010 +0530
@@ -249,7 +249,7 @@
     CCsConversationEntry* conEntry =
         iConversationEvent->ClientConversation()->GetConversationEntry();
 
-    if (ECsBlueTooth == conEntry->GetType())
+    if (ECsBlueTooth == conEntry->GetType()|| ECsBlueTooth_VCard == conEntry->GetType()|| ECsBlueTooth_VCal == conEntry->GetType())
     {
         AddConversationEntryL(conEntry, KBluetoothMsgsConversationId);
     }
@@ -290,7 +290,7 @@
 TUint8 CCsConversationCacheHelper::NeedsSpecialProcessing(
                                                           CCsConversationEntry* aConversationEntry)
 {
-    if (ECsBlueTooth == aConversationEntry->GetType())
+    if (ECsBlueTooth == aConversationEntry->GetType() || ECsBlueTooth_VCard == aConversationEntry->GetType() || ECsBlueTooth_VCal == aConversationEntry->GetType())
     {
         return 1;
     }