From 98fe5d43caf0bc7c2fd2b1bca9bd66e7df5bdb63 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 28 Mar 2007 18:37:23 +0000 Subject: [PATCH] Monotone-Parent: a3de61a3775015d0cf112ecc39adc4fa80f306d2 Monotone-Revision: 63e893b25af81a3e272c263f53e807cbd0f6e5f9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-28T18:37:23 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoObject.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/SoObjects/SOGo/SOGoObject.h b/SoObjects/SOGo/SOGoObject.h index 892afff94..e06864b24 100644 --- a/SoObjects/SOGo/SOGoObject.h +++ b/SoObjects/SOGo/SOGoObject.h @@ -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 */