messagingapp/msgappfw/server/inc/ccsconversationdeletehandler.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 27 e4592d119491
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
   104 
   104 
   105     /**
   105     /**
   106      * Conversation Id currently being deleted.
   106      * Conversation Id currently being deleted.
   107      */
   107      */
   108     TInt iConversationId;
   108     TInt iConversationId;
       
   109     
       
   110     /**
       
   111      *  Number of Messages in Sending state that are not deleted
       
   112      */
       
   113     TInt iSendStateMsgs;
       
   114     
       
   115     
   109     };
   116     };
   110 
   117 
   111 #endif // __C_CS_CONVERSATION_DELETE_HANDLER_H__
   118 #endif // __C_CS_CONVERSATION_DELETE_HANDLER_H__