Changeset 97 for Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreTable.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_Store_View/CCalendarStoreTable.h
r74 r97 24 24 #include "CListener.h" 25 25 26 #include "CCalendarStoreFreeBusy.h" 26 27 #include "CCalendarStoreNode.h" 27 28 … … 135 136 void OnRefreshList(); 136 137 void OnFreeBusyCalendar(); 137 bool FreeBusyCalendar(TableIndexT row); 138 bool FreeBusyCalendar(TableIndexT row, 139 calstore::CCalendarStoreFreeBusyList* list); 138 140 void OnSendCalendar(); 139 141 bool SendCalendar(TableIndexT row); … … 165 167 166 168 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 168 171 bool TestSelectionRealCalendar(TableIndexT row); // Test for selected real (not directory) calendars only 169 172 bool TestSelectionWebCalendar(TableIndexT row); // Test for selected web calendars only