mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: 04bea15431a5d37d2c52ccda4a30d78b57741793
Monotone-Revision: 1446e7383727bc0d371dfafcec06697f030f7117 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-20T14:50:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -100,7 +100,6 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
{
|
||||
if ((self = [super init]))
|
||||
{
|
||||
mapiRetainCount = 0;
|
||||
classGetters = (IMP *) MAPIStorePropertyGettersForClass (isa);
|
||||
parentContainersBag = [NSMutableArray new];
|
||||
container = nil;
|
||||
@@ -136,16 +135,6 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) setMAPIRetainCount: (uint32_t) newCount
|
||||
{
|
||||
mapiRetainCount = newCount;
|
||||
}
|
||||
|
||||
- (uint32_t) mapiRetainCount
|
||||
{
|
||||
return mapiRetainCount;
|
||||
}
|
||||
|
||||
- (void) setIsNew: (BOOL) newIsNew
|
||||
{
|
||||
isNew = newIsNew;
|
||||
|
||||
Reference in New Issue
Block a user