Show
Ignore:
Timestamp:
01/02/08 00:03:39 (1 year ago)
Author:
daboo
Message:

Lots of CardDAV stuff.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/HTTP/CardDAVClient/CCardDAVQueryReport.h

    r86 r148  
    3737{ 
    3838public: 
    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); 
    4040        virtual ~CCardDAVQueryReport(); 
    4141 
    4242protected: 
    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); 
    4444         
    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); 
    4646}; 
    4747