From 5ae0cbdfbe6358a99fd117ec45dbd1e35eccaab4 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 17 Sep 2007 03:40:46 +0000 Subject: [PATCH] Monotone-Parent: fbb867d290fbac74eedd76bf137347b1886150c3 Monotone-Revision: 4aa70b487f0aac9a825415cb0573df63c95632b1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-17T03:40:46 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoFolder.h | 3 +++ 1 file changed, 3 insertions(+) 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;