- Timestamp:
- 01/02/08 00:03:39 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/HTTP/CardDAVClient/CCardDAVQueryReport.h
r86 r148 37 37 { 38 38 public: 39 CCardDAVQueryReport(CWebDAVSession* session, const cdstring& ruri, const cdstring& search_prop, const cdstring& search_text );39 CCardDAVQueryReport(CWebDAVSession* session, const cdstring& ruri, const cdstring& search_prop, const cdstring& search_text, const cdstring& match_type); 40 40 virtual ~CCardDAVQueryReport(); 41 41 42 42 protected: 43 void InitRequestData(const cdstring& search_prop, const cdstring& search_text );43 void InitRequestData(const cdstring& search_prop, const cdstring& search_text, const cdstring& match_type); 44 44 45 void GenerateXML(std::ostream& os, const cdstring& search_prop, const cdstring& search_text );45 void GenerateXML(std::ostream& os, const cdstring& search_prop, const cdstring& search_text, const cdstring& match_type); 46 46 }; 47 47