Monotone-Parent: f2b7fe7c387ac36654ad3e24e68362b3a0a3f2c8

Monotone-Revision: 99c41084c35e71bdf38a8a88897a9ad24b1c0903

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-12-19T16:31:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-12-19 16:31:03 +00:00
parent 896491a24a
commit 30f3441d14
7 changed files with 204 additions and 12 deletions
+11
View File
@@ -282,6 +282,9 @@ static NSArray *childRecordFields = nil;
{
static GCSFolderManager *folderManager = nil;
#if 0
return nil;
#endif
if (!folderManager)
folderManager = [GCSFolderManager defaultFolderManager];
@@ -290,6 +293,10 @@ static NSArray *childRecordFields = nil;
- (GCSFolder *) ocsFolderForPath: (NSString *) _path
{
#if 0
return nil;
#endif
return [[self folderManager] folderAtPath: _path];
}
@@ -352,6 +359,10 @@ static NSArray *childRecordFields = nil;
GCSFolder *folder;
NSString *userLogin;
#if 0
return nil;
#endif
if (!ocsFolder)
{
ocsFolder = [self ocsFolderForPath: [self ocsPath]];