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/CCardDAVMakeAdbk.h

    r86 r148  
    2525#define CCardDAVMakeAdbk_H 
    2626 
    27 #include "CWebDAVRequestResponse.h" 
     27#include "CWebDAVMakeCollection.h" 
    2828 
    2929using namespace http;  
     
    3434namespace carddav { 
    3535 
    36 class CCardDAVMakeAdbk: public CWebDAVRequestResponse 
     36class CCardDAVMakeAdbk: public CWebDAVMakeCollection 
    3737{ 
    3838public: 
    3939        CCardDAVMakeAdbk(CWebDAVSession* session, const cdstring& ruri); 
    4040        virtual ~CCardDAVMakeAdbk(); 
     41 
     42 
     43protected: 
     44        void    InitRequestData(); 
     45         
     46        void    GenerateXML(std::ostream& os); 
    4147 
    4248};