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/SPExportController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/SPExportController.h') diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 8653c345..ec396db5 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -45,7 +45,7 @@ enum { typedef NSUInteger SPExportSource; @interface SPExportController : NSObject -{ +{ // Table document IBOutlet id tableDocumentInstance; IBOutlet id tableWindow; @@ -107,6 +107,7 @@ typedef NSUInteger SPExportSource; BOOL exportCancelled; NSMutableArray *tables; MCPConnection *connection; + NSOperationQueue *operationQueue; } @property (readwrite, assign) BOOL exportCancelled; -- cgit v1.2.3