mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user