From 0ce916eb0583ec6b062786f91bee0133906671ce Mon Sep 17 00:00:00 2001 From: sqlprodev Date: Mon, 11 Apr 2011 20:29:49 +0000 Subject: initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate UI code from functional code --- Source/SPTableData.m | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Source/SPTableData.m') diff --git a/Source/SPTableData.m b/Source/SPTableData.m index b69ce816..de253e57 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -1374,4 +1374,17 @@ pthread_mutex_unlock(&dataProcessingLock); } +#ifdef SP_REFACTOR /* glue */ + +- (void)setTableDocumentInstance:(SPDatabaseDocument*)doc +{ + tableDocumentInstance = doc; +} + +- (void)setTableListInstance:(SPTablesList*)list +{ + tableListInstance = list; +} +#endif + @end \ No newline at end of file -- cgit v1.2.3