diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h --- a/messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h Thu Jul 22 16:32:06 2010 +0100 @@ -106,6 +106,13 @@ * Conversation Id currently being deleted. */ TInt iConversationId; + + /** + * Number of Messages in Sending state that are not deleted + */ + TInt iSendStateMsgs; + + }; #endif // __C_CS_CONVERSATION_DELETE_HANDLER_H__