calendarui/controller/inc/calennotifier.h
branchRCL_3
changeset 14 21239b3bcd78
parent 0 f979ecb2b13e
child 28 96907930389d
equal deleted inserted replaced
13:1984aceb8774 14:21239b3bcd78
    32 #include "calenecomchangeobserver.h"    // MCalenEComChangeObserver
    32 #include "calenecomchangeobserver.h"    // MCalenEComChangeObserver
    33 
    33 
    34 // FORWARD DECLARATIONS
    34 // FORWARD DECLARATIONS
    35 class CCalenGlobalData;                 // Calendar global data singleton
    35 class CCalenGlobalData;                 // Calendar global data singleton
    36 class CEnvironmentChangeNotifier;       // Receive system event notifications
    36 class CEnvironmentChangeNotifier;       // Receive system event notifications
    37 class CCalenDbChangeNotifier;           // Receive database change notifications
       
    38 class CCalenEComWatcher;                // Receives Ecom registry change notifications
    37 class CCalenEComWatcher;                // Receives Ecom registry change notifications
    39 class CCalenSetting;                    // Calendar settings
    38 class CCalenSetting;                    // Calendar settings
    40 class CCalenController;
    39 class CCalenController;
    41 class CCalFileChangeInfo;
    40 class CCalFileChangeInfo;
    42 
    41 
   249        // CCalenEComWatcher* iEComWatcher1;
   248        // CCalenEComWatcher* iEComWatcher1;
   250 
   249 
   251         RArray<TCalenNotification> iBroadcastQueue;
   250         RArray<TCalenNotification> iBroadcastQueue;
   252         TBool iBroadcastActive;
   251         TBool iBroadcastActive;
   253 
   252 
   254         CCalenDbChangeNotifier* iDbChangeNotifier;
       
   255         CCalenSetting* iSetting;
   253         CCalenSetting* iSetting;
   256         TBool iIsSettingsBroadcastDeferred;
   254         TBool iIsSettingsBroadcastDeferred;
   257         TBool iSettingsNeedsBroadcast;
   255         TBool iSettingsNeedsBroadcast;
   258         TBool iLocaleNeedsBroadcast;
   256         TBool iLocaleNeedsBroadcast;
   259         CCalenController& iController;
   257         CCalenController& iController;