Changeset 148 for Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CWebDAVDefinitions.h
- Timestamp:
- 01/02/08 00:03:39 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CWebDAVDefinitions.h
r113 r148 46 46 extern const xmllib::XMLName cElement_propstat; 47 47 48 extern const xmllib::XMLName cElement_propertyupdate; 49 extern const xmllib::XMLName cElement_set; 50 extern const xmllib::XMLName cElement_remove; 51 48 52 extern const xmllib::XMLName cProperty_getcontentlength; 49 53 extern const xmllib::XMLName cProperty_getcontenttype; … … 94 98 extern const xmllib::XMLName cElement_principal_match; 95 99 100 // Extended MKCOL 101 extern const xmllib::XMLName cElement_mkcol; 102 extern const xmllib::XMLName cElement_mkcol_response; 103 96 104 } 97 105 … … 109 117 110 118 extern const xmllib::XMLName cElement_calendardata; 111 extern const xmllib::XMLName cAttribute_returncontenttype;112 119 113 120 extern const xmllib::XMLName cElement_comp; … … 126 133 extern const xmllib::XMLName cElement_paramfilter; 127 134 128 extern const xmllib::XMLName cElement_is defined;135 extern const xmllib::XMLName cElement_isnotdefined; 129 136 extern const xmllib::XMLName cElement_textmatch; 130 137 extern const xmllib::XMLName cAttribute_caseless; … … 167 174 168 175 extern const xmllib::XMLName cElement_adbkdata; 169 extern const xmllib::XMLName cAttribute_returncontenttype;170 176 171 177 extern const xmllib::XMLName cElement_allprop; … … 179 185 extern const xmllib::XMLName cElement_paramfilter; 180 186 181 extern const xmllib::XMLName cElement_is defined;187 extern const xmllib::XMLName cElement_isnotdefined; 182 188 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; 184 192 185 193 extern const xmllib::XMLName cAttributeValue_yes; 186 194 extern const xmllib::XMLName cAttributeValue_no; 187 195 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 188 201 } 189 202