From fde07fbf27442757d7a22f622e9f0c122fea6660 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 19 Nov 2010 14:41:15 +0000 Subject: [PATCH] Monotone-Parent: c05c087bf22c31536abb8c51a5f1f00e3f2c7f17 Monotone-Revision: 90739444b1a12e6713911d3fbb9502fc6c0b4269 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-19T14:41:15 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreContext.m | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/OpenChange/MAPIStoreContext.m b/OpenChange/MAPIStoreContext.m index 2793dcd3c..868c21c4c 100644 --- a/OpenChange/MAPIStoreContext.m +++ b/OpenChange/MAPIStoreContext.m @@ -20,13 +20,10 @@ * Boston, MA 02111-1307, USA. */ -#import #import -#import #import #import #import -#import #import #import @@ -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; }