Monotone-Parent: 25ba41e4e6d01e0f051177fd9a19d230039e2f8d

Monotone-Revision: 862ebc105874227872eb081e2806530b4de3370f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-22T21:22:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-22 21:22:19 +00:00
parent 29e943ec3e
commit 97e1b28144
3 changed files with 2 additions and 6 deletions
+2
View File
@@ -1,5 +1,7 @@
2008-02-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoFolder.m ([-davNamespaces]): removed method.
* SoObjects/SOGo/SOGoDAVRendererTypes.h (SoWebDAVValue): added
SOGoDAVDictionary webdav value class.
-1
View File
@@ -40,7 +40,6 @@
- (NSComparisonResult) compare: (id) otherFolder;
/* dav */
- (NSArray *) davNamespaces;
- (NSArray *) davResourceType;
/* outlook */
-5
View File
@@ -201,11 +201,6 @@
/* WebDAV */
- (NSArray *) davNamespaces
{
return nil;
}
- (BOOL) davIsCollection
{
return [self isFolderish];