Show
Ignore:
Timestamp:
10/28/07 23:41:34 (1 year ago)
Author:
daboo
Message:

Calendar ctag handling. Don't list the calendars/address books when first starting up if
we have a fresh cache.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CCalendarClient.h

    r86 r113  
    6060        virtual bool _CheckCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal) = 0; 
    6161        virtual bool _CalendarChanged(const CCalendarStoreNode& node, iCal::CICalendar& cal) = 0; 
     62        virtual void _UpdateSyncToken(const CCalendarStoreNode& node, iCal::CICalendar& cal) = 0; 
    6263        virtual void _SizeCalendar(CCalendarStoreNode& node) = 0; 
    6364