mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 11:05:27 +00:00
Monotone-Parent: d46f4a0ff945f9aea6a53dcd6b70ed69289186dc
Monotone-Revision: fd90ae60f7879a303cc5d6b24e64a0a382068323 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-14T21:35:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -273,6 +273,7 @@ static Class NSDataK, NSStringK;
|
||||
{
|
||||
if ((self = [super init]))
|
||||
{
|
||||
[self logWithFormat: @"-init"];
|
||||
tableType = MAPISTORE_MESSAGE_TABLE;
|
||||
handleId = -1;
|
||||
|
||||
@@ -309,8 +310,15 @@ static Class NSDataK, NSStringK;
|
||||
return [super retain];
|
||||
}
|
||||
|
||||
- (void) release
|
||||
{
|
||||
[self logWithFormat: @"-release"];
|
||||
[super release];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
[self logWithFormat: @"-dealloc"];
|
||||
if (container)
|
||||
[[MAPIStoreActiveTables activeTables] unregisterTable: self];
|
||||
[currentChild release];
|
||||
|
||||
Reference in New Issue
Block a user