From 8e84b21ce92a2623ced6bf6f1bf1c92a0552ec1c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 30 Jun 2008 18:31:50 +0000 Subject: [PATCH] Monotone-Parent: e12ee6acd551d70f45f22939355f0439c3590e24 Monotone-Revision: a67cdac2314fad2d44d7a6d3d3388e7476568ac4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-30T18:31:50 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUserFolder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/SOGo/SOGoUserFolder.h b/SoObjects/SOGo/SOGoUserFolder.h index d2bd564ab..795a3379b 100644 --- a/SoObjects/SOGo/SOGoUserFolder.h +++ b/SoObjects/SOGo/SOGoUserFolder.h @@ -52,8 +52,8 @@ - (NSDictionary *) foldersOfType: (NSString *) type matchingUID: (NSString *) uid; -/* TODO: not implemented, bad bad */ -// - (id)lookupFreeBusyObject; +- (id) freeBusyObject: (NSString *) _key + inContext: (WOContext *) _ctx; @end