Monotone-Parent: 0a2405280c040b602d25fea256f5093976a1aa95

Monotone-Revision: 5599b85afd7e2707325836a3b533b900d96b8b0c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-15T00:59:55
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-08-15 00:59:55 +00:00
parent 5426fb4bbb
commit dac62b634c
1 changed files with 0 additions and 20 deletions

View File

@ -357,26 +357,6 @@ Class SOGoMAPIDBObjectK = Nil;
// return [self _fileAttributeForKey: NSFileModificationDate];
// }
- (NSException *) delete
{
[self notImplemented: _cmd];
// NSFileManager *fm;
// NSException *error;
// fm = [NSFileManager defaultManager];
// if (![fm removeFileAtPath: directory handler: NULL])
// error = [NSException exceptionWithName: @"MAPIStoreIOException"
// reason: @"could not delete folder"
// userInfo: nil];
// else
// error = nil;
// return error;
return nil;
}
/* acl */
- (NSString *) defaultUserID
{