aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExtendedTableInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExtendedTableInfo.h')
-rw-r--r--Source/SPExtendedTableInfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPExtendedTableInfo.h b/Source/SPExtendedTableInfo.h
index ac0f6096..e9c17b56 100644
--- a/Source/SPExtendedTableInfo.h
+++ b/Source/SPExtendedTableInfo.h
@@ -30,6 +30,7 @@
@interface SPExtendedTableInfo : NSObject
{
+ IBOutlet id tableDocumentInstance;
IBOutlet SPTableData *tableDataInstance;
IBOutlet SPDatabaseData *databaseDataInstance;
@@ -67,4 +68,8 @@
// Others
- (void)loadTable:(NSString *)table;
+// Task interaction
+- (void) startDocumentTaskForTab:(NSNotification *)aNotification;
+- (void) endDocumentTaskForTab:(NSNotification *)aNotification;
+
@end