From 6e4fd601350e8c94c3992b311cc94e59fa8f9106 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 8 Jun 2010 15:55:51 +0000 Subject: [PATCH] Monotone-Parent: 1634bf986772c1db41f281543de74b6cf7b4fc1c Monotone-Revision: 68ac68112d48188262bfd33776567f9be9e3dd97 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-08T15:55:51 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoGCSFolder.m | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index a25b4a852..5cbfccb53 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -83,6 +83,17 @@ static NSArray *childRecordFields = nil; @implementation SOGoGCSFolder ++ (void) initialize +{ + if (!childRecordFields) + { + childRecordFields = [NSArray arrayWithObjects: @"c_name", @"c_version", + @"c_creationdate", @"c_lastmodified", + @"c_component", @"c_content", nil]; + [childRecordFields retain]; + } +} + + (SOGoWebDAVAclManager *) webdavAclManager { static SOGoWebDAVAclManager *aclManager = nil; @@ -139,17 +150,6 @@ static NSArray *childRecordFields = nil; return aclManager; } -+ (void) initialize -{ - if (!childRecordFields) - { - childRecordFields = [NSArray arrayWithObjects: @"c_name", @"c_version", - @"c_creationdate", @"c_lastmodified", - @"c_component", @"c_content", nil]; - [childRecordFields retain]; - } -} - + (id) folderWithSubscriptionReference: (NSString *) reference inContainer: (id) aContainer {