From ed8ab5b700a334f45093e8bd73290ddaac7e91b3 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 10 May 2011 18:35:40 +0000 Subject: [PATCH] Added comment for future improvements Monotone-Parent: 3938b204572bfb06b45e8d36179adb6d88d724e6 Monotone-Revision: 998ca10db38dc23b8d40343f482a97b7e4d93b13 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-05-10T18:35:40 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/NSDictionary+Utilities.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/NSDictionary+Utilities.m b/SoObjects/SOGo/NSDictionary+Utilities.m index ae7603170..c38dce316 100644 --- a/SoObjects/SOGo/NSDictionary+Utilities.m +++ b/SoObjects/SOGo/NSDictionary+Utilities.m @@ -110,6 +110,7 @@ } // LDIF Methods +#warning We might want to support more than just strings here - (void) _appendLDIFKey: (NSString *) key value: (NSString *) value toString: (NSMutableString *) ldifString