Monotone-Parent: c05c087bf22c31536abb8c51a5f1f00e3f2c7f17

Monotone-Revision: 90739444b1a12e6713911d3fbb9502fc6c0b4269

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-19T14:41:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-11-19 14:41:15 +00:00
parent 0b125c5fa7
commit fde07fbf27
+6 -9
View File
@@ -20,13 +20,10 @@
* Boston, MA 02111-1307, USA.
*/
#import <Foundation/NSCalendarDate.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSEnumerator.h>
#import <Foundation/NSNull.h>
#import <Foundation/NSURL.h>
#import <Foundation/NSThread.h>
#import <Foundation/NSTimeZone.h>
#import <Foundation/NSValue.h>
#import <NGObjWeb/WOContext.h>
@@ -514,7 +511,7 @@ static MAPIStoreMapping *mapping = nil;
- (int) rmDirWithFID: (uint64_t) fid
inParentFID: (uint64_t) parentFid
{
[self logWithFormat: @"METHOD '%s' (%d)", __FUNCTION__, __LINE__];
[self logWithFormat: @"UNIMPLEMENTED METHOD '%s' (%d)", __FUNCTION__, __LINE__];
return MAPISTORE_ERROR;
}
@@ -532,7 +529,7 @@ static MAPIStoreMapping *mapping = nil;
- (int) openDir: (uint64_t) fid
inParentFID: (uint64_t) parentFID
{
[self logWithFormat: @"METHOD '%s' (%d)", __FUNCTION__, __LINE__];
[self logWithFormat: @"UNIMPLEMENTED METHOD '%s' (%d)", __FUNCTION__, __LINE__];
return MAPISTORE_ERROR;
}
@@ -994,7 +991,7 @@ static MAPIStoreMapping *mapping = nil;
- (int) openMessage: (struct mapistore_message *) msg
atURL: (NSString *) childURL
{
[self logWithFormat: @"METHOD '%s' (%d)", __FUNCTION__, __LINE__];
[self logWithFormat: @"UNIMPLEMENTED METHOD '%s' (%d)", __FUNCTION__, __LINE__];
return MAPISTORE_ERROR;
}
@@ -1018,7 +1015,7 @@ static MAPIStoreMapping *mapping = nil;
- (id) createMessageInFolder: (id) parentFolder
{
[self errorWithFormat: @"invoked unimplemented method"];
[self subclassResponsibility: _cmd];
return nil;
}
@@ -1091,7 +1088,7 @@ static MAPIStoreMapping *mapping = nil;
- (int) submitMessageWithMID: (uint64_t) mid
andFlags: (uint8_t) flags
{
[self logWithFormat: @"METHOD '%s' (%d)", __FUNCTION__, __LINE__];
[self logWithFormat: @"UNIMPLEMENTED METHOD '%s' (%d)", __FUNCTION__, __LINE__];
return MAPISTORE_ERROR;
}
@@ -1293,7 +1290,7 @@ static MAPIStoreMapping *mapping = nil;
- (int) deleteMessageWithMID: (uint64_t) mid
withFlags: (uint8_t) flags
{
[self logWithFormat: @"METHOD '%s' (%d)", __FUNCTION__, __LINE__];
[self logWithFormat: @"UNIMPLEMENTED METHOD '%s' (%d)", __FUNCTION__, __LINE__];
return MAPISTORE_ERROR;
}