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;