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