mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 05:36:23 +00:00
Monotone-Parent: a3de61a3775015d0cf112ecc39adc4fa80f306d2
Monotone-Revision: 63e893b25af81a3e272c263f53e807cbd0f6e5f9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-28T18:37:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -52,12 +52,12 @@
|
||||
|
||||
+ (id) objectWithName: (NSString *)_name inContainer:(id)_container;
|
||||
|
||||
- (id)initWithName:(NSString *)_name inContainer:(id)_container;
|
||||
- (id) initWithName: (NSString *) _name inContainer:(id)_container;
|
||||
|
||||
/* accessors */
|
||||
|
||||
- (NSString *)nameInContainer;
|
||||
- (id)container;
|
||||
- (NSString *) nameInContainer;
|
||||
- (id) container;
|
||||
|
||||
- (NSTimeZone *) serverTimeZone;
|
||||
- (NSTimeZone *) userTimeZone;
|
||||
@@ -66,18 +66,18 @@
|
||||
/* ownership */
|
||||
|
||||
- (void) setOwner: (NSString *) newOwner;
|
||||
- (NSString *)ownerInContext:(id)_ctx;
|
||||
- (NSString *) ownerInContext: (id) _ctx;
|
||||
|
||||
/* looking up shared objects */
|
||||
|
||||
- (SOGoUserFolder *)lookupUserFolder;
|
||||
- (SOGoGroupsFolder *)lookupGroupsFolder;
|
||||
- (SOGoUserFolder *) lookupUserFolder;
|
||||
- (SOGoGroupsFolder *) lookupGroupsFolder;
|
||||
|
||||
- (void)sleep;
|
||||
- (void) sleep;
|
||||
|
||||
/* hierarchy */
|
||||
|
||||
- (NSArray *)fetchSubfolders; /* uses toManyRelationshipKeys */
|
||||
- (NSArray *) fetchSubfolders; /* uses toManyRelationshipKeys */
|
||||
|
||||
/* operations */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user