messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp
changeset 52 12db4185673b
parent 44 36f374c67aa8
child 70 a15d9966050f
--- a/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp	Tue Jul 06 14:12:40 2010 +0300
+++ b/messagingapp/msgappfw/server/src/ccsconversationcachehelper.cpp	Wed Aug 18 09:45:25 2010 +0300
@@ -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;
     }