From 332c2308514c1c0fe839dd0124d90cd8d24fd9ef Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 26 Oct 2009 23:30:09 +0000 Subject: Minor export work. --- Source/SPExportController.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/SPExportController.h') diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 16d176b3..b1c50933 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -119,6 +119,10 @@ typedef NSUInteger SPExportSource; // Concurrent operation queue NSOperationQueue *operationQueue; + + // Table/export operation mapping + NSMutableDictionary *tableExportMapping; + } @property (readwrite, assign) BOOL exportCancelled; -- cgit v1.2.3