Show
Ignore:
Timestamp:
07/09/07 22:13:35 (2 years ago)
Author:
daboo
Message:

More v4.1 code. Includes experiment, though non-functioning WebKit? message
display option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Calendar_Window/CCalendarView.h

    r74 r97  
    2424#include "CCalendarViewTypes.h" 
    2525 
     26#include "CICalendarPeriod.h" 
     27 
     28#include "CCalendarStoreFreeBusy.h" 
     29 
    2630#include "cdmutexprotect.h" 
     31 
     32#include "CICalendar.h" 
     33#include "CICalendarPeriod.h" 
     34#include "CICalendarProperty.h" 
    2735 
    2836namespace iCal 
     
    102110        void SetCalendar(iCal::CICalendar* calendar); 
    103111 
     112        void SetFreeBusy(iCal::CICalendarRef calref, const cdstring& id, const iCal::CICalendarProperty& organizer, const iCal::CICalendarPropertyList& attendees, const iCal::CICalendarDateTime& date); 
     113 
    104114        CEventPreview*  GetPreview() const 
    105115                { return mPreview; } 
     
    132142        NCalendarView::ESummaryType             mSummaryType; 
    133143        NCalendarView::ESummaryRanges   mSummaryRange; 
     144        CDayWeekViewTimeRange::ERanges  mFreeBusyRange; 
     145        uint32_t                                                mFreeBusyScale; 
    134146        bool                                                    mSingleCalendar; 
    135147        iCal::CICalendar*                               mCalendar;