Changeset 113 for Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CWebDAVCalendarClient.h
- Timestamp:
- 10/28/07 23:41:34 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CWebDAVCalendarClient.h
r86 r113 77 77 virtual bool _CheckCalendar(const CCalendarStoreNode& node, iCal::CICalendar& cal); 78 78 virtual bool _CalendarChanged(const CCalendarStoreNode& node, iCal::CICalendar& cal); 79 virtual void _UpdateSyncToken(const CCalendarStoreNode& node, iCal::CICalendar& cal); 79 80 virtual void _SizeCalendar(CCalendarStoreNode& node); 80 81 … … 121 122 virtual void SetServerCapability(const cdstring& txt); 122 123 123 virtual CHTTPAuthorization* GetAuthorization(bool first_time, const cdstr ing& www_authenticate);124 virtual CHTTPAuthorization* GetAuthorization(bool first_time, const cdstrvect& www_authenticate); 124 125 bool CheckCurrentAuthorization() const; 125 126 virtual void DoRequest(CHTTPRequestResponse* request); … … 141 142 142 143 cdstring GetETag(const cdstring& rurl, const cdstring& lock_token = cdstring::null_str); 144 cdstring GetProperty(const cdstring& rurl, const cdstring& lock_token, const xmllib::XMLName& property); 143 145 cdstrvect GetHrefListProperty(const cdstring& rurl, const xmllib::XMLName& propname); 144 146 bool GetSelfProperties(const cdstring& rurl, const xmllib::XMLNameList& props, cdstrmap& results);