From 843eeb2b7af11b97bdcdb9f332a9ee44dae49c0f Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 5 Feb 2010 16:41:07 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20synchronisation=20of=20history=20li?= =?UTF-8?q?sts=20if=20more=20than=20one=20instance=20of=20the=20same=20SPF?= =?UTF-8?q?=20file=20is=20open=20-=20=20simplified=20code=20a=20bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 8994a7e3..15f0dba6 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -210,6 +210,9 @@ - (NSString *)usedQuery; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database; - (NSUInteger)numberOfQueries; + - (NSString *)buildHistoryString; +- (void)historyItemsHaveBeenUpdated:(id)manager; + @end -- cgit v1.2.3