mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: f928ae60e4aefb80cdff96ddeb5f3e79c3e49afa
Monotone-Revision: e699641e84603c2316e4d62246cfe44175bbdc95 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T22:54:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-08-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* 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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user