From f33c6094c946c8aa53c758bb4348d909709725eb Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 30 Nov 2009 19:19:20 +0000 Subject: [PATCH 1/2] Monotone-Parent: 487f8acb57ef05be13059a57b5274da87d4d4cde Monotone-Revision: 58bcff9040e0537925f1331d2d02052a22281972 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-30T19:19:20 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUserProfile.m | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/SoObjects/SOGo/SOGoUserProfile.m b/SoObjects/SOGo/SOGoUserProfile.m index a2ef7b5d8..4a655f2ca 100644 --- a/SoObjects/SOGo/SOGoUserProfile.m +++ b/SoObjects/SOGo/SOGoUserProfile.m @@ -217,18 +217,6 @@ return rc; } -- (NSString *) _sqlJsonRepresentation: (NSString *) jsonRepresentation -{ - NSMutableString *sql; - - sql = [jsonRepresentation mutableCopy]; - [sql autorelease]; - [sql replaceString: @"\\" withString: @"\\\\"]; - [sql replaceString: @"'" withString: @"''"]; - - return sql; -} - - (BOOL) primaryStoreProfile { NSString *jsonRepresentation; From 0a96b7ca89fbb0e861dada833395362fffcca478 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 30 Nov 2009 22:38:22 +0000 Subject: [PATCH 2/2] Monotone-Parent: 58bcff9040e0537925f1331d2d02052a22281972 Monotone-Revision: 8ac7c60ab7cfe1eb0f5cedd0ac4b33114af38fb8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-30T22:38:22 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoDefaultsSource.h | 2 ++ SoObjects/SOGo/SOGoLDAPDefaults.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/SoObjects/SOGo/SOGoDefaultsSource.h b/SoObjects/SOGo/SOGoDefaultsSource.h index f2c0b9f95..47b0dad46 100644 --- a/SoObjects/SOGo/SOGoDefaultsSource.h +++ b/SoObjects/SOGo/SOGoDefaultsSource.h @@ -26,6 +26,8 @@ #ifndef SOGODEFAULTSSOURCE_H #define SOGODEFAULTSSOURCE_H +#import + @class NSArray; @class NSData; @class NSDictionary; diff --git a/SoObjects/SOGo/SOGoLDAPDefaults.h b/SoObjects/SOGo/SOGoLDAPDefaults.h index 1fe4db6ec..eaab81f4e 100644 --- a/SoObjects/SOGo/SOGoLDAPDefaults.h +++ b/SoObjects/SOGo/SOGoLDAPDefaults.h @@ -23,6 +23,8 @@ #ifndef SOGOLDAPDEFAULTS_H #define SOGOLDAPDEFAULTS_H +@class NSString; + @protocol SOGoLDAPDefaults - (int) ldapQueryLimit;