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/CCalendarClient.h

    r113 r169  
    6363        virtual void _SizeCalendar(CCalendarStoreNode& node) = 0; 
    6464 
    65         virtual void _ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal) = 0; 
     65        virtual void _ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal, bool if_changed=false) = 0; 
    6666        virtual void _WriteFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal) = 0; 
    6767