calendarui/controller/inc/calennotifier.h
branchRCL_3
changeset 60 96907930389d
parent 20 21239b3bcd78
child 65 12af337248b1
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
   214          */
   214          */
   215         void DoBroadcast( TCalenNotification aNotification );
   215         void DoBroadcast( TCalenNotification aNotification );
   216         
   216         
   217         TInt DoEnvChange();
   217         TInt DoEnvChange();
   218         
   218         
   219         static TInt AsyncRemoveCalendarL(TAny* aThisPtr);
       
   220         
       
   221         void AsyncRemoveCalendarL();
       
   222 
   219 
   223     private:  // Data
   220     private:  // Data
   224         // Array of handlers to notify
   221         // Array of handlers to notify
   225         class TNotificationHandler
   222         class TNotificationHandler
   226             {  
   223             {  
   258         TBool iIgnoreFirstLocaleChange;
   255         TBool iIgnoreFirstLocaleChange;
   259         
   256         
   260         // latest time change from agenda server
   257         // latest time change from agenda server
   261         TReal iTimeOfChangeUtcReal;
   258         TReal iTimeOfChangeUtcReal;
   262         
   259         
   263         CAsyncCallBack* iAsyncCallback;
       
   264         HBufC* iFilnameDeleted;
   260         HBufC* iFilnameDeleted;
   265     };
   261     };
   266 
   262 
   267 #endif // CALENNOTIFIER_H
   263 #endif // CALENNOTIFIER_H
   268 
   264