| 114 | | { |
| 115 | | // Cannot do if change not allowed |
| 116 | | if (!(*iter).CanChange()) |
| 117 | | continue; |
| 118 | | |
| 119 | | // <DAV:ace> element |
| 120 | | (*iter).GenerateACE(&xmldoc, acl, static_cast<const CWebDAVSession*>(GetSession())->HasDAVVersion(CWebDAVSession::eCyrusoftInheritable)); |
| | 114 | { |
| | 115 | // Cannot do if change not allowed |
| | 116 | if (!(*iter).CanChange()) |
| | 117 | continue; |
| | 118 | |
| | 119 | // <DAV:ace> element |
| | 120 | (*iter).GenerateACE(&xmldoc, acl, static_cast<const CWebDAVSession*>(GetSession())->HasDAVVersion(CWebDAVSession::eCyrusoftInheritable)); |