qtmobility/src/messaging/qmessagestore_symbian_p.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    47 
    47 
    48 
    48 
    49 QTM_BEGIN_NAMESPACE
    49 QTM_BEGIN_NAMESPACE
    50 
    50 
    51 class CMTMEngine;
    51 class CMTMEngine;
       
    52 #ifdef FREESTYLEMAILUSED
       
    53 class CFSEngine;
       
    54 #endif
    52 
    55 
    53 class QMessageStorePrivate : public QObject
    56 class QMessageStorePrivate : public QObject
    54 {
    57 {
    55     Q_OBJECT
    58     Q_OBJECT
    56 
    59 
    98 
   101 
    99 private:    
   102 private:    
   100     QMessageStore* q_ptr;
   103     QMessageStore* q_ptr;
   101 
   104 
   102     CMTMEngine* _mtmEngine;
   105     CMTMEngine* _mtmEngine;
       
   106 #ifdef FREESTYLEMAILUSED
       
   107     CFSEngine* _fsEngine;
       
   108 #endif
       
   109 
   103     QMessageManager::Error _error;
   110     QMessageManager::Error _error;
   104     
   111     
   105     NotificationType _notificationType;
   112     NotificationType _notificationType;
   106     mutable QEventLoop loop;
   113     mutable QEventLoop loop;
   107     mutable QMessageIdList _ids;
   114     mutable QMessageIdList _ids;