diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgappfw/server/src/ccsconversationevent.cpp --- a/messagingapp/msgappfw/server/src/ccsconversationevent.cpp Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgappfw/server/src/ccsconversationevent.cpp Thu Jul 22 16:32:06 2010 +0100 @@ -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