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_Store_View/CCalendarStoreTable.h

    r74 r97  
    2424#include "CListener.h" 
    2525 
     26#include "CCalendarStoreFreeBusy.h" 
    2627#include "CCalendarStoreNode.h" 
    2728 
     
    135136                        void            OnRefreshList(); 
    136137                        void            OnFreeBusyCalendar(); 
    137                         bool            FreeBusyCalendar(TableIndexT row); 
     138                        bool            FreeBusyCalendar(TableIndexT row, 
     139                                                                                        calstore::CCalendarStoreFreeBusyList* list); 
    138140                        void            OnSendCalendar(); 
    139141                        bool            SendCalendar(TableIndexT row); 
     
    165167 
    166168                        bool    TestSelectionServer(TableIndexT row);                                   // Test for selected servers only 
    167                         bool    TestSelectionCalendar(TableIndexT row);                                 // Test for selected calendars only 
     169                        bool    TestSelectionCalendarStoreNode(TableIndexT row);                // Test for non-protocol node 
     170                        bool    TestSelectionCanChangeCalendar(TableIndexT row);                // Test editable calendar store node 
    168171                        bool    TestSelectionRealCalendar(TableIndexT row);                             // Test for selected real (not directory) calendars only 
    169172                        bool    TestSelectionWebCalendar(TableIndexT row);                              // Test for selected web calendars only