messagingapp/msgutils/unidatautils/unidatamodelplugins/unimmsdataplugin/inc/unimmsdataplugin_p.h
changeset 52 12db4185673b
parent 25 84d9eb65b26f
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    34 class CMsgMediaInfo;
    34 class CMsgMediaInfo;
    35 
    35 
    36 /**
    36 /**
    37  * Symbian specific implementation of the uni MMS plugin
    37  * Symbian specific implementation of the uni MMS plugin
    38  */
    38  */
    39 class UniMMSDataPluginPrivate : public MUniDataModelObserver, public MMsvSessionObserver
    39 class UniMMSDataPluginPrivate :public CBase, public MUniDataModelObserver, public MMsvSessionObserver
    40 {
    40 {
    41 public:
    41 public:
    42     /**
    42     /**
    43      * Constructor
    43      * Constructor
    44      */
    44      */
   163      */
   163      */
   164     void restoreL(CBaseMtm& mtm);
   164     void restoreL(CBaseMtm& mtm);
   165 
   165 
   166     
   166     
   167 	
   167 	
   168 	/**
   168    /**
   169      * Subject of the message
   169     * Subject of the message
   170      * @QString subject
   170     * @QString subject
   171      */
   171     */
   172 	QString subject();
   172 		QString subjectL();
   173 	 
   173 	 
   174 	/**
   174 	/**
   175 	 * Session with the Messaging server
   175 	 * Session with the Messaging server
   176 	 * @return CMsvSession*
   176 	 * @return CMsvSession*
   177 	 */
   177 	 */