--- a/messagingapp/msgappfw/server/src/ccsconversationevent.cpp Mon May 03 12:29:07 2010 +0300
+++ b/messagingapp/msgappfw/server/src/ccsconversationevent.cpp Fri Jun 25 15:47:40 2010 +0530
@@ -31,6 +31,8 @@
// Default constructor
// ----------------------------------------------------------------------------
CCsConversationEvent::CCsConversationEvent()
+ :iClientConversation(NULL),
+ iEvent(KConversationEventNone)
{
}
@@ -40,8 +42,6 @@
// ----------------------------------------------------------------------------
void CCsConversationEvent::ConstructL()
{
- iClientConversation = NULL;
- iEvent = KConversationEventNone;
}
// ----------------------------------------------------------------------------
@@ -164,6 +164,13 @@
}
// ----------------------------------------------------------------------------
+// CCsConversationEvent::IsPartialDeleteConversationListEventSet
+// ----------------------------------------------------------------------------
+TBool CCsConversationEvent::IsPartialDeleteConversationListEventSet() const
+ {
+ return iEvent & KConversationListEventPartialDelete;
+ }
+// ----------------------------------------------------------------------------
// CCsNotifyConversationEvent::IsNewConversationEventSet
// ----------------------------------------------------------------------------
TBool CCsConversationEvent::IsNewConversationEventSet() const