diff options
Diffstat (limited to 'Source/SPTableData.h')
-rw-r--r-- | Source/SPTableData.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTableData.h b/Source/SPTableData.h index 88b0a78f..ade1d30e 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -41,8 +41,12 @@ NSString *tableCreateSyntax; MCPConnection *mySQLConnection; + + BOOL isWorking; } +@property (readwrite, assign) BOOL isWorking; + - (void) setConnection:(MCPConnection *)theConnection; - (NSString *) tableEncoding; - (NSString *) tableCreateSyntax; |