From 3a98269e8e2399ab96c2b52e12616633d64b8815 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 19 Nov 2010 21:18:58 +0000 Subject: [PATCH] Monotone-Parent: f1900034c6158da6fe5653d397df1fb994977b15 Monotone-Revision: 2dac439fe5f55c4cac1d733aed55c059bb8ac117 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-19T21:18:58 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreContext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenChange/MAPIStoreContext.h b/OpenChange/MAPIStoreContext.h index 0cc943c5f..3ec26d06d 100644 --- a/OpenChange/MAPIStoreContext.h +++ b/OpenChange/MAPIStoreContext.h @@ -120,11 +120,11 @@ extern uint64_t *MAPILongLongValue (void *, uint64_t); - (int) submitMessageWithMID: (uint64_t) mid andFlags: (uint8_t) flags; - (int) getProperties: (struct SPropTagArray *) SPropTagArray + ofTableType: (uint8_t) tableType inRow: (struct SRow *) aRow - withMID: (uint64_t) fmid - type: (uint8_t) tableType; + withMID: (uint64_t) fmid; - (int) setPropertiesWithFMID: (uint64_t) fmid - type: (uint8_t) type + ofTableType: (uint8_t) tableType inRow: (struct SRow *) aRow; - (int) deleteMessageWithMID: (uint64_t) mid withFlags: (uint8_t) flags;