Changeset 166 for Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Protocols/CCalendarProtocol.h
- Timestamp:
- 07/04/08 14:34:07 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Protocols/CCalendarProtocol.h
r113 r166 171 171 void CopyCalendarContents(const CCalendarStoreNode& node, iCal::CICalendar& newcal); 172 172 173 void ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal );173 void ReadFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal, bool if_changed=false); 174 174 void WriteFullCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal); 175 175