mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-23 23:22:45 +00:00
Monotone-Parent: 26cbeaca3585c432387d70a58a14fa4850bca000
Monotone-Revision: 33e2aa2b132966fb140cf836363d66bcada361fd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-11T21:37:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -562,8 +562,8 @@ static Class NSDataK, NSStringK;
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (void) _warnUnhandledPropertyException: (enum MAPITAGS) property
|
||||
inFunction: (const char *) function
|
||||
- (void) warnUnhandledProperty: (enum MAPITAGS) property
|
||||
inFunction: (const char *) function
|
||||
{
|
||||
const char *propName;
|
||||
|
||||
@@ -628,8 +628,8 @@ static Class NSDataK, NSStringK;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self _warnUnhandledPropertyException: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
[self warnUnhandledProperty: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
|
||||
rc = MAPIRestrictionStateAlwaysFalse;
|
||||
}
|
||||
@@ -675,8 +675,8 @@ static Class NSDataK, NSStringK;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self _warnUnhandledPropertyException: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
[self warnUnhandledProperty: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
rc = MAPIRestrictionStateAlwaysFalse;
|
||||
}
|
||||
|
||||
@@ -701,8 +701,8 @@ static Class NSDataK, NSStringK;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self _warnUnhandledPropertyException: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
[self warnUnhandledProperty: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
rc = MAPIRestrictionStateAlwaysFalse;
|
||||
}
|
||||
|
||||
@@ -727,8 +727,8 @@ static Class NSDataK, NSStringK;
|
||||
}
|
||||
else
|
||||
{
|
||||
[self _warnUnhandledPropertyException: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
[self warnUnhandledProperty: res->ulPropTag
|
||||
inFunction: __FUNCTION__];
|
||||
rc = MAPIRestrictionStateAlwaysFalse;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user