Monotone-Parent: c945744d1f1275f5a765e05de951fb28f27252eb

Monotone-Revision: 917d11ce5516f34fca6aec1e2aa0c2f9a463fd91

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-04T20:49:30
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-06-04 20:49:30 +00:00
parent 3ea4c81f32
commit fcf0ec518a
2 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,9 @@
- (NSString *) folderType;
- (NSArray *) toOneRelationshipKeys;
- (NSArray *) toManyRelationshipKeys;
- (BOOL) isValidContentName: (NSString *) name;
/* sorting */

View File

@ -116,6 +116,8 @@
- (NSDictionary *) davSQLFieldsTable;
- (NSDictionary *) parseDAVRequestedProperties: (DOMElement *) propElement;
- (NSString *) davCollectionTag;
@end
#endif /* __SOGo_SOGoGCSFolder_H__ */