From 2303a250c5c7468568f686ec71633758a5558704 Mon Sep 17 00:00:00 2001 From: Euan Thoms Date: Wed, 4 Nov 2015 04:59:27 +0800 Subject: [PATCH] Stage 4 of clang compiler warning patches. --- SoObjects/SOGo/SOGoCacheGCSFolder.h | 2 ++ SoObjects/SOGo/SOGoCacheObject.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/SOGo/SOGoCacheGCSFolder.h b/SoObjects/SOGo/SOGoCacheGCSFolder.h index 3495dc0d6..c51dd598f 100644 --- a/SoObjects/SOGo/SOGoCacheGCSFolder.h +++ b/SoObjects/SOGo/SOGoCacheGCSFolder.h @@ -40,6 +40,8 @@ - (NSMutableString *) pathForChild: (NSString *) childName; +- (void) addUserInAcls: (NSString *) user; + - (NSArray *) toOneRelationshipKeys; - (NSArray *) toManyRelationshipKeys; diff --git a/SoObjects/SOGo/SOGoCacheObject.h b/SoObjects/SOGo/SOGoCacheObject.h index d8b01c468..0d0a78492 100644 --- a/SoObjects/SOGo/SOGoCacheObject.h +++ b/SoObjects/SOGo/SOGoCacheObject.h @@ -42,8 +42,6 @@ - (NSCalendarDate *) creationDate; - (NSCalendarDate *) lastModified; -- (NSException *) destroy; - @end #endif /* SOGOCACHEOBJECT_H */