Changeset 113 for Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CWebDAVDefinitions.cpp
- Timestamp:
- 10/28/07 23:41:34 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Calendar_Store/Clients/CWebDAVDefinitions.cpp
r86 r113 195 195 } 196 196 197 } 197 namespace calendarserver 198 { 199 const char* cNamespace = "http://calendarserver.org/ns/"; 200 201 const xmllib::XMLName cProperty_getctag("getctag", cNamespace); 202 } 203 204 }