Monotone-Parent: 6a659b3123531a244f7d3ef9cfe8ccae60383bc0

Monotone-Revision: e3d03c71b23436eb1ba6f15cfccc6c59a06df891

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-15T22:27:45
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-12-15 22:27:45 +00:00
parent 7153071438
commit 084a17d3bc
6 changed files with 25 additions and 6 deletions

View File

@ -1,3 +1,23 @@
2008-12-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder +webdavAclManager]): same as below.
* SoObjects/Appointments/SOGoAppointmentObject.m
([SOGoAppointmentObject +webdavAclManager]): same as below.
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder +webdavAclManager]):
same as below.
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder
+webdavAclManager]): same as below.
* SoObjects/SOGo/SOGoObject.m ([SOGoObject +webdavAclManager]):
same as below.
* SoObjects/SOGo/SOGoParentFolder.m ([SOGoParentFolder
+webdavAclManager]): declare singleton as static to avoid leaking.
2008-12-09 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m

View File

@ -127,7 +127,7 @@ static Class sogoAppointmentFolderKlass = Nil;
+ (SOGoWebDAVAclManager *) webdavAclManager
{
SOGoWebDAVAclManager *aclManager = nil;
static SOGoWebDAVAclManager *aclManager = nil;
NSString *nsI;
if (!aclManager)
@ -1071,7 +1071,6 @@ static Class sogoAppointmentFolderKlass = Nil;
NSString **values, **currentValue;
SoSecurityManager *mgr;
SEL methodSel;
Class c;
#warning things may crash here...
values = calloc (100, sizeof (NSMutableString *));

View File

@ -58,7 +58,7 @@
+ (SOGoWebDAVAclManager *) webdavAclManager
{
SOGoWebDAVAclManager *aclManager = nil;
static SOGoWebDAVAclManager *aclManager = nil;
NSString *nsD, *nsI;
if (!aclManager)

View File

@ -46,7 +46,7 @@
+ (SOGoWebDAVAclManager *) webdavAclManager
{
SOGoWebDAVAclManager *webdavAclManager = nil;
static SOGoWebDAVAclManager *webdavAclManager = nil;
if (!webdavAclManager)
{

View File

@ -73,7 +73,7 @@ static NSArray *childRecordFields = nil;
+ (SOGoWebDAVAclManager *) webdavAclManager
{
SOGoWebDAVAclManager *aclManager = nil;
static SOGoWebDAVAclManager *aclManager = nil;
if (!aclManager)
{

View File

@ -54,7 +54,7 @@ static SoSecurityManager *sm = nil;
+ (SOGoWebDAVAclManager *) webdavAclManager
{
SOGoWebDAVAclManager *aclManager = nil;
static SOGoWebDAVAclManager *aclManager = nil;
if (!aclManager)
{