diff -r 35b64624a9e7 -r 36f374c67aa8 messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h --- a/messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h Wed Jun 23 18:09:17 2010 +0300 +++ b/messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h Tue Jul 06 14:12:40 2010 +0300 @@ -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__