messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
   141 	
   141 	
   142     /**
   142     /**
   143      * Sets content to messageId
   143      * Sets content to messageId
   144      * @param messageId, Message Id content
   144      * @param messageId, Message Id content
   145      */
   145      */
   146     void setNotificationMessageId(int messageId);
   146     void setNotificationMessageIdL(int messageId);
   147 
   147 
   148     /**
   148     /**
   149      * Seeker method for getting mms notification estimated msg size
   149      * Seeker method for getting mms notification estimated msg size
   150      * @return Formatted string of msg size
   150      * @return Formatted string of msg size
   151      */
   151      */
   152     QString NotificationMsgSize();
   152     QString NotificationMsgSizeL();
   153     
   153     
   154     /**
   154     /**
   155      * Seeker method for getting mms notification class type
   155      * Seeker method for getting mms notification class type
   156      * @return Notification Class type string
   156      * @return Notification Class type string
   157      */
   157      */
   271     /**
   271     /**
   272      * Notification client mtm
   272      * Notification client mtm
   273      */
   273      */
   274     CMmsNotificationClientMtm* iNotificationClient;
   274     CMmsNotificationClientMtm* iNotificationClient;
   275 	
   275 	
   276 	TBool iOfflineSupported;	
   276     TBool iOfflineSupported;
   277     };
   277     };
   278 
   278 
   279 #endif // CONVERSATION_MSG_STORE_HANDLER_H
   279 #endif // CONVERSATION_MSG_STORE_HANDLER_H
   280 
   280 
   281 // EOF
   281 // EOF