mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
Monotone-Parent: 482fb2f36da6ff311c3c19eb3752da985fdae5cd
Monotone-Revision: 8fcaef79630a50f01c6aba0e5fdc0744c274cba6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-07T19:15:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
mapiRetainCount = 0;
|
||||
attachmentKeys = nil;
|
||||
attachmentParts = nil;
|
||||
attachmentTable = nil;
|
||||
activeTables = [NSMutableArray new];
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -64,7 +64,7 @@
|
||||
{
|
||||
[attachmentKeys release];
|
||||
[attachmentParts release];
|
||||
[attachmentTable release];
|
||||
[activeTables release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@@ -285,4 +285,14 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void) addActiveTable: (MAPIStoreTable *) activeTable
|
||||
{
|
||||
[activeTables addObject: activeTable];
|
||||
}
|
||||
|
||||
- (void) removeActiveTable: (MAPIStoreTable *) activeTable
|
||||
{
|
||||
[activeTables removeObject: activeTable];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user