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

Only read web calendars when the etag has changed. Fix some updating issues.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Protocols/CCalendarProtocol.h

    r113 r166  
    171171        void CopyCalendarContents(const CCalendarStoreNode& node, iCal::CICalendar& newcal); 
    172172 
    173         void ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal); 
     173        void ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal, bool if_changed=false); 
    174174        void WriteFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal); 
    175175