messagingappbase/ncnlist/inc/NcnSNNotifier.h
changeset 5 4697dfb2d7ad
parent 0 72b543305e3a
equal deleted inserted replaced
4:e9eae96aa117 5:4697dfb2d7ad
    28 
    28 
    29 // CLASS DECLARATION
    29 // CLASS DECLARATION
    30 class CAknSoftNotifier;
    30 class CAknSoftNotifier;
    31 class CAknSoftNotificationParameters;
    31 class CAknSoftNotificationParameters;
    32 class TVwsViewId;
    32 class TVwsViewId;
    33 
    33 class CRepository;
    34 /**
    34 /**
    35 *  Notifies Avkon notifier about new items and idle state status.
    35 *  Notifies Avkon notifier about new items and idle state status.
    36 */
    36 */
    37 class CNcnSNNotifier : public CBase
    37 class CNcnSNNotifier : public CBase
    38     {
    38     {
   126     private: // data
   126     private: // data
   127         CAknSoftNotifier* iNotifier;
   127         CAknSoftNotifier* iNotifier;
   128         
   128         
   129         friend class CNcnlist_SNNotifier;
   129         friend class CNcnlist_SNNotifier;
   130 
   130 
       
   131         CRepository* iMuiuSettings;
   131     };
   132     };
   132 
   133 
   133 #endif      // NCNSNNOTIFIER_H
   134 #endif      // NCNSNNOTIFIER_H
   134 
   135 
   135 // End of File
   136 // End of File