From ddade629fdcf2406bcb46f219f0bf7ee68aedfd5 Mon Sep 17 00:00:00 2001 From: Patrice Levesque Date: Wed, 17 Feb 2016 11:00:18 -0500 Subject: [PATCH] Synchronize .h and .m method signatures. --- SoObjects/Mailer/SOGoMailFolder.h | 4 ++-- SoObjects/Mailer/SOGoMailFolder.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailFolder.h b/SoObjects/Mailer/SOGoMailFolder.h index cbf0dc867..a1ea8cd81 100644 --- a/SoObjects/Mailer/SOGoMailFolder.h +++ b/SoObjects/Mailer/SOGoMailFolder.h @@ -99,8 +99,8 @@ - (NSString *) davCollectionTag; -- (NSArray *) syncTokenFieldsWithProperties: (NSDictionary *) properties - matchingSyncToken: (NSString *) syncToken +- (NSArray *) syncTokenFieldsWithProperties: (NSDictionary *) theProperties + matchingSyncToken: (NSString *) theSyncToken fromDate: (NSCalendarDate *) theStartDate initialLoad: (BOOL) initialLoadInProgress; /* flags */ diff --git a/SoObjects/Mailer/SOGoMailFolder.m b/SoObjects/Mailer/SOGoMailFolder.m index 97e10e92d..d495febbe 100644 --- a/SoObjects/Mailer/SOGoMailFolder.m +++ b/SoObjects/Mailer/SOGoMailFolder.m @@ -2234,7 +2234,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data) // // FIXME: refactor MAPIStoreMailFolder.m - synchroniseCache to use this method // -- (NSArray *) syncTokenFieldsWithProperties: (NSArray *) theProperties +- (NSArray *) syncTokenFieldsWithProperties: (NSDictionary *) theProperties matchingSyncToken: (NSString *) theSyncToken fromDate: (NSCalendarDate *) theStartDate initialLoad: (BOOL) initialLoadInProgress