Changeset 97 for Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Calendar_Window/CCalendarView.h
- Timestamp:
- 07/09/07 22:13:35 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Calendar_Window/CCalendarView.h
r74 r97 24 24 #include "CCalendarViewTypes.h" 25 25 26 #include "CICalendarPeriod.h" 27 28 #include "CCalendarStoreFreeBusy.h" 29 26 30 #include "cdmutexprotect.h" 31 32 #include "CICalendar.h" 33 #include "CICalendarPeriod.h" 34 #include "CICalendarProperty.h" 27 35 28 36 namespace iCal … … 102 110 void SetCalendar(iCal::CICalendar* calendar); 103 111 112 void SetFreeBusy(iCal::CICalendarRef calref, const cdstring& id, const iCal::CICalendarProperty& organizer, const iCal::CICalendarPropertyList& attendees, const iCal::CICalendarDateTime& date); 113 104 114 CEventPreview* GetPreview() const 105 115 { return mPreview; } … … 132 142 NCalendarView::ESummaryType mSummaryType; 133 143 NCalendarView::ESummaryRanges mSummaryRange; 144 CDayWeekViewTimeRange::ERanges mFreeBusyRange; 145 uint32_t mFreeBusyScale; 134 146 bool mSingleCalendar; 135 147 iCal::CICalendar* mCalendar;