Monotone-Parent: e1689f21ae9391a98de28b07ee195a3a85688a85

Monotone-Revision: 187ef5414dadc22f5e049aad96bb6207fee6d226

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-09-23T15:36:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-09-23 15:36:49 +00:00
parent 707ae22ad8
commit ec0207c505
16 changed files with 90 additions and 95 deletions

View File

@@ -43,14 +43,13 @@
// #include <libmapiproxy.h>
// #include <param.h>
static Class EOKeyValueQualifierK, MAPIStoreFSMessageK;
static Class EOKeyValueQualifierK;
@implementation MAPIStoreFSFolder
+ (void) initialize
{
EOKeyValueQualifierK = [EOKeyValueQualifier class];
MAPIStoreFSMessageK = [MAPIStoreFSMessage class];
}
- (id) initWithURL: (NSURL *) newURL
@@ -72,11 +71,6 @@ static Class EOKeyValueQualifierK, MAPIStoreFSMessageK;
return [MAPIStoreFSMessageTable tableForContainer: self];
}
- (Class) messageClass
{
return MAPIStoreFSMessageK;
}
- (MAPIStoreFolderTable *) folderTable
{
return [MAPIStoreFSFolderTable tableForContainer: self];