From 965794309aaa5deb0dcaee626cf331115ef9dc6e Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 14 Jul 2005 17:27:54 +0000 Subject: [PATCH] comments git-svn-id: http://svn.opengroupware.org/SOGo/trunk@761 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/SOGo/SOGoUser.h | 1 + SOGo/SoObjects/SOGo/SOGoUser.m | 3 +++ 2 files changed, 4 insertions(+) diff --git a/SOGo/SoObjects/SOGo/SOGoUser.h b/SOGo/SoObjects/SOGo/SOGoUser.h index 9695e736..bb423b42 100644 --- a/SOGo/SoObjects/SOGo/SOGoUser.h +++ b/SOGo/SoObjects/SOGo/SOGoUser.h @@ -59,6 +59,7 @@ /* folders */ +- (id)homeFolderInContext:(id)_ctx; - (id)schedulingCalendarInContext:(id)_ctx; @end diff --git a/SOGo/SoObjects/SOGo/SOGoUser.m b/SOGo/SoObjects/SOGo/SOGoUser.m index 463f26ee..71230bd3 100644 --- a/SOGo/SoObjects/SOGo/SOGoUser.m +++ b/SOGo/SoObjects/SOGo/SOGoUser.m @@ -84,6 +84,9 @@ /* folders */ +// TODO: those methods should check whether the traversal stack in the context +// already contains proper folders to improve caching behaviour + - (id)homeFolderInContext:(id)_ctx { /* Note: watch out for cyclic references */ // TODO: maybe we should add an [activeUser reset] method to SOPE -- 2.39.5