Show
Ignore:
Timestamp:
07/04/08 14:57:53 (5 months ago)
Author:
cyrusdaboo
Message:

Only read web calendars when the etag has changed. Also extract user value from web calendar URIs
and use that for authentication.

Files:
1 modified

Legend:

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

    r113 r169  
    7171        virtual void _SizeCalendar(CCalendarStoreNode& node); 
    7272         
    73         virtual void _ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal); 
     73        virtual void _ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal, bool if_changed=false); 
    7474        virtual void _WriteFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal); 
    7575