Monotone-Parent: cbef49b9665bb4860d576825ae411fd212ee0d08

Monotone-Revision: c80a840b806ab1a13914a35d5bde6a6668427240

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-20T18:50:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-03-20 18:50:09 +00:00
parent 4d60fa4dc3
commit 96c6581dfe
4 changed files with 23 additions and 0 deletions
+8
View File
@@ -657,6 +657,14 @@ static NSCharacterSet *hexCharacterSet = nil;
return MAPISTORE_SUCCESS;
}
- (int) getPidLidAppointmentSequence: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
*data = MAPILongValue (memCtx, [[event sequence] unsignedIntValue]);
return MAPISTORE_SUCCESS;
}
- (int) getPidLidAppointmentStateFlags: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{