diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-26 23:30:09 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-26 23:30:09 +0000 |
commit | 332c2308514c1c0fe839dd0124d90cd8d24fd9ef (patch) | |
tree | 77f4245d2c9d0f0e47577ef563c57e9902c067a4 /Source/SPExportController.h | |
parent | e7b2c58d61b3a815de977d0266749197b03b330c (diff) | |
download | sequelpro-332c2308514c1c0fe839dd0124d90cd8d24fd9ef.tar.gz sequelpro-332c2308514c1c0fe839dd0124d90cd8d24fd9ef.tar.bz2 sequelpro-332c2308514c1c0fe839dd0124d90cd8d24fd9ef.zip |
Minor export work.
Diffstat (limited to 'Source/SPExportController.h')
-rw-r--r-- | Source/SPExportController.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |