From 8808caa7e25e6b5dec4171aad5ed3cae98654155 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 20 Apr 2010 19:53:13 +0000 Subject: [PATCH] Monotone-Parent: f0ca254a85a917ca405e390ccd08107020a8ad2c Monotone-Revision: 917cb07b4290115733aff7c85bd6eb7bb711bfe0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-20T19:53:13 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoObject.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/SOGo/SOGoObject.h b/SoObjects/SOGo/SOGoObject.h index a51c67f9a..82bb0cfc2 100644 --- a/SoObjects/SOGo/SOGoObject.h +++ b/SoObjects/SOGo/SOGoObject.h @@ -151,6 +151,9 @@ - (NSString *) davRecordForUser: (NSString *) user parameters: (NSArray *) params; +/* utilities */ +- (NSString *) labelForKey: (NSString *) key; + /* description */ - (void) appendAttributesToDescription:(NSMutableString *)_ms;