Changeset 169 for Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CCalDAVCalendarClient.h
- Timestamp:
- 07/04/08 14:57:53 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CCalDAVCalendarClient.h
r113 r169 64 64 virtual void _UpdateSyncToken(const CCalendarStoreNode& node, iCal::CICalendar& cal); 65 65 66 virtual void _ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal );66 virtual void _ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal, bool if_changed=false); 67 67 virtual void _WriteFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal); 68 68