From fcf0ec518a21786f77ac151341bd31ce1c931abd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 4 Jun 2010 20:49:30 +0000 Subject: [PATCH] Monotone-Parent: c945744d1f1275f5a765e05de951fb28f27252eb Monotone-Revision: 917d11ce5516f34fca6aec1e2aa0c2f9a463fd91 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-04T20:49:30 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoFolder.h | 3 +++ SoObjects/SOGo/SOGoGCSFolder.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/SoObjects/SOGo/SOGoFolder.h b/SoObjects/SOGo/SOGoFolder.h index 24de0805b..cc97cf153 100644 --- a/SoObjects/SOGo/SOGoFolder.h +++ b/SoObjects/SOGo/SOGoFolder.h @@ -41,6 +41,9 @@ - (NSString *) folderType; +- (NSArray *) toOneRelationshipKeys; +- (NSArray *) toManyRelationshipKeys; + - (BOOL) isValidContentName: (NSString *) name; /* sorting */ diff --git a/SoObjects/SOGo/SOGoGCSFolder.h b/SoObjects/SOGo/SOGoGCSFolder.h index 76ee7185c..6c8022786 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.h +++ b/SoObjects/SOGo/SOGoGCSFolder.h @@ -116,6 +116,8 @@ - (NSDictionary *) davSQLFieldsTable; - (NSDictionary *) parseDAVRequestedProperties: (DOMElement *) propElement; +- (NSString *) davCollectionTag; + @end #endif /* __SOGo_SOGoGCSFolder_H__ */