diff --git a/SoObjects/SOGo/SOGoFolder.h b/SoObjects/SOGo/SOGoFolder.h index ccca8e7d7..c0b492e98 100644 --- a/SoObjects/SOGo/SOGoFolder.h +++ b/SoObjects/SOGo/SOGoFolder.h @@ -78,6 +78,9 @@ - (BOOL) folderIsMandatory; - (NSString *) folderType; +/* sorting */ +- (NSComparisonResult) compare: (SOGoFolder *) otherFolder; + - (BOOL) create; - (NSException *) delete; - (void) renameTo: (NSString *) newName;