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
+7
View File
@@ -166,6 +166,13 @@
return [[self appointmentWrapper] getPidTagStartDate: data inMemCtx: memCtx];
}
- (int) getPidLidAppointmentSequence: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
return [[self appointmentWrapper] getPidLidAppointmentSequence: data
inMemCtx: memCtx];
}
- (int) getPidLidAppointmentStateFlags: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{