]> err.no Git - scalable-opengroupware.org/commitdiff
comments
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Jul 2005 17:27:54 +0000 (17:27 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 14 Jul 2005 17:27:54 +0000 (17:27 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@761 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/SOGo/SOGoUser.h
SOGo/SoObjects/SOGo/SOGoUser.m

index 9695e736e6bdd1dc3590eeee2e02054043b188cc..bb423b425fadfc7904257fcd388879a7c4d10b1b 100644 (file)
@@ -59,6 +59,7 @@
 
 /* folders */
 
+- (id)homeFolderInContext:(id)_ctx;
 - (id)schedulingCalendarInContext:(id)_ctx;
 
 @end
index 463f26eeee45c56484a7cb7d30246fb20999b924..71230bd35bd8edba08a1668bdaeca7e428fffa79 100644 (file)
@@ -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