diff --git a/ChangeLog b/ChangeLog index f63ebb2cb..f5125c214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-08-04 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoUserFolder.h: commented out declaration of + the "lookupFreeBusyObject" method since it does not exist. + * UI/Contacts/UIxContactFoldersView.[hm]: new class module serving as a "view" for the SOGoContactFolders object. Does nothing but redirect the browser to the URL of the personal address book of diff --git a/SoObjects/SOGo/SOGoUserFolder.h b/SoObjects/SOGo/SOGoUserFolder.h index c071b7c25..f3e7db425 100644 --- a/SoObjects/SOGo/SOGoUserFolder.h +++ b/SoObjects/SOGo/SOGoUserFolder.h @@ -44,18 +44,19 @@ /* accessors */ -- (NSString *)login; +- (NSString *) login; /* ownership */ -- (NSString *)ownerInContext:(id)_ctx; +- (NSString *) ownerInContext: (id) _ctx; /* pathes */ -- (NSString *)ocsUserPath; -- (NSString *)ocsPrivateCalendarPath; +- (NSString *) ocsUserPath; +- (NSString *) ocsPrivateCalendarPath; -- (id)lookupFreeBusyObject; +/* TODO: not implemented, bad bad */ +// - (id)lookupFreeBusyObject; @end