From 27eba105aef0a612e5a91af02a0b87b99b06ab78 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 6 Oct 2009 00:44:48 +0000 Subject: More export redesign work. CSV data generation is currently working using the old non-streaming code, but does not yet write to any files. Please note that this is still very much a work in progress. --- Source/SPExporter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPExporter.h') diff --git a/Source/SPExporter.h b/Source/SPExporter.h index febbcbc3..9bc2e592 100644 --- a/Source/SPExporter.h +++ b/Source/SPExporter.h @@ -55,20 +55,20 @@ @interface SPExporter : NSOperation { id delegate; + SEL didEndSelector; double exportProgressValue; BOOL exportProcessIsRunning; - BOOL exportProcessShouldExit; NSStringEncoding exportOutputEncoding; } @property (readwrite, assign) id delegate; +@property (readwrite, assign) SEL didEndSelector; @property (readwrite, assign) double exportProgressValue; @property (readwrite, assign) BOOL exportProcessIsRunning; -@property (readwrite, assign) BOOL exportProcessShouldExit; @property (readwrite, assign) NSStringEncoding exportOutputEncoding; -- cgit v1.2.3