Monotone-Parent: 2af1a4a61509de5048a17987479e677756dc2134

Monotone-Revision: e08bf029e9ee41f43a434bea4375594adea34f97

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-19T14:46:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-06-19 14:46:24 +00:00
parent 1e49373ab9
commit 7ef86a677e

View File

@@ -54,6 +54,8 @@
return newTag;
}
#warning this method could probably be optimized to speedup the rendering\
of thousands of records
- (NSString *)
asWebDavStringWithNamespaces: (NSMutableDictionary *) namespaces
{
@@ -75,6 +77,7 @@
nsTag = [namespaces objectForKey: ns];
if (!nsTag)
nsTag = [self _newTagInNamespaces: namespaces forNS: ns];
element = [NSString stringWithFormat: @"%@:%@",
nsTag, [self objectForKey: @"method"]];
[webdavString appendFormat: @"<%@", element];