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/Calendar_Store/Clients/CWebDAVDefinitions.h

    r113 r148  
    4646extern const xmllib::XMLName    cElement_propstat; 
    4747 
     48extern const xmllib::XMLName    cElement_propertyupdate; 
     49extern const xmllib::XMLName    cElement_set; 
     50extern const xmllib::XMLName    cElement_remove; 
     51 
    4852extern const xmllib::XMLName    cProperty_getcontentlength; 
    4953extern const xmllib::XMLName    cProperty_getcontenttype; 
     
    9498extern const xmllib::XMLName    cElement_principal_match; 
    9599 
     100// Extended MKCOL 
     101extern const xmllib::XMLName    cElement_mkcol; 
     102extern const xmllib::XMLName    cElement_mkcol_response; 
     103 
    96104} 
    97105 
     
    109117 
    110118        extern const xmllib::XMLName    cElement_calendardata; 
    111                 extern const xmllib::XMLName    cAttribute_returncontenttype; 
    112119 
    113120        extern const xmllib::XMLName    cElement_comp; 
     
    126133        extern const xmllib::XMLName    cElement_paramfilter; 
    127134 
    128         extern const xmllib::XMLName    cElement_isdefined; 
     135        extern const xmllib::XMLName    cElement_isnotdefined; 
    129136        extern const xmllib::XMLName    cElement_textmatch; 
    130137                extern const xmllib::XMLName    cAttribute_caseless; 
     
    167174 
    168175        extern const xmllib::XMLName    cElement_adbkdata; 
    169                 extern const xmllib::XMLName    cAttribute_returncontenttype; 
    170176 
    171177        extern const xmllib::XMLName    cElement_allprop; 
     
    179185        extern const xmllib::XMLName    cElement_paramfilter; 
    180186 
    181         extern const xmllib::XMLName    cElement_isdefined; 
     187        extern const xmllib::XMLName    cElement_isnotdefined; 
    182188        extern const xmllib::XMLName    cElement_textmatch; 
    183                 extern const xmllib::XMLName    cAttribute_caseless; 
     189                extern const xmllib::XMLName    cAttribute_collation; 
     190                extern const xmllib::XMLName    cAttribute_negate_condition; 
     191                extern const xmllib::XMLName    cAttribute_matchtype; 
    184192 
    185193        extern const xmllib::XMLName    cAttributeValue_yes; 
    186194        extern const xmllib::XMLName    cAttributeValue_no; 
    187195 
     196        extern const xmllib::XMLName    cAttributeValue_matchtype_starts; 
     197        extern const xmllib::XMLName    cAttributeValue_matchtype_ends; 
     198        extern const xmllib::XMLName    cAttributeValue_matchtype_contains; 
     199        extern const xmllib::XMLName    cAttributeValue_matchtype_is; 
     200 
    188201} 
    189202