messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 27 e4592d119491
parent 44 36f374c67aa8
--- 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__