From bb0c7a875dadcb3a5a50540b21e2a0473b1d3031 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 29 Sep 2009 18:17:18 +0000 Subject: [PATCH] Monotone-Parent: bc513201fe4df6547d72df611ab9a587c67bf41d Monotone-Revision: 8c914c816a751fb10558f36e868a2bdcff53b86b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-29T18:17:18 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoGroup.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SoObjects/SOGo/SOGoGroup.h b/SoObjects/SOGo/SOGoGroup.h index a1fcb0ab7..cd3a4988b 100644 --- a/SoObjects/SOGo/SOGoGroup.h +++ b/SoObjects/SOGo/SOGoGroup.h @@ -27,6 +27,7 @@ @class LDAPSource; @class NSArray; +@class NSMutableArray; @class NSString; @class NGLdapEntry; @@ -36,6 +37,7 @@ NSString *_identifier; NGLdapEntry *_entry; LDAPSource *_source; + NSMutableArray *_members; } + (id) groupWithIdentifier: (NSString *) theID; @@ -45,6 +47,8 @@ - (NSArray *) members; +- (BOOL) hasMemberWithUID: (NSString *) memberUID; + @end #endif // __SOGOGROUP_H__