mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: aff0225cae26a70d3ca711bd22d7459655c7f24e
Monotone-Revision: 39e4d66894e1c585c6ce895bdcf629c4e6c0999e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-08T20:05:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -95,6 +95,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
{
|
||||
if ((self = [super init]))
|
||||
{
|
||||
mapiRetainCount = 0;
|
||||
classGetters = (IMP *) MAPIStorePropertyGettersForClass (isa);
|
||||
parentContainersBag = [NSMutableArray new];
|
||||
container = nil;
|
||||
@@ -129,6 +130,16 @@ 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