Monotone-Parent: ec8493cddd76f24d59a41d1da4982d89ecab0001

Monotone-Revision: 527c04f1467ba6a6e11ff578bd608677271dd0fb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-06-09T20:00:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-06-09 20:00:28 +00:00
parent 0287e9f3bd
commit c4e0db1427
3 changed files with 28 additions and 4 deletions
+8
View File
@@ -24,6 +24,8 @@
#import "SOGoWebDAVValue.h"
@class NSMutableDictionary;
@implementation SOGoWebDAVValue : SoWebDAVValue
- (NSString *) stringForTag: (NSString *) _key
@@ -34,4 +36,10 @@
return object;
}
/* maybe a bit hackish... the mechanism should be reviewed a little bit */
- (NSString *) asWebDavStringWithNamespaces: (NSMutableDictionary *) namespaces
{
return object;
}
@end