messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 41 25fe1fe642e3
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
   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      */
   182      * @return KErrNone if Download request is successful, 
   182      * @return KErrNone if Download request is successful, 
   183      *         KErrNotFound if settings are not available,
   183      *         KErrNotFound if settings are not available,
   184      *         KErrGeneral for other cases
   184      *         KErrGeneral for other cases
   185      */
   185      */
   186     TInt DownloadMessageL(TMsvId aId);
   186     TInt DownloadMessageL(TMsvId aId);
       
   187     
       
   188     /**
       
   189      * Returns the Bio Type of a message
       
   190      */
       
   191     int getMsgSubType(int msgId);
   187 
   192 
   188 private:
   193 private:
   189 
   194 
   190     /**
   195     /**
   191      * verifys the current operation status
   196      * verifys the current operation status
   271     /**
   276     /**
   272      * Notification client mtm
   277      * Notification client mtm
   273      */
   278      */
   274     CMmsNotificationClientMtm* iNotificationClient;
   279     CMmsNotificationClientMtm* iNotificationClient;
   275 	
   280 	
   276 	TBool iOfflineSupported;	
   281     TBool iOfflineSupported;
   277     };
   282     };
   278 
   283 
   279 #endif // CONVERSATION_MSG_STORE_HANDLER_H
   284 #endif // CONVERSATION_MSG_STORE_HANDLER_H
   280 
   285 
   281 // EOF
   286 // EOF