Monotone-Parent: 1e9037357870d127edf32b09b2001df2dd5df26f

Monotone-Revision: 9cf7b509368bfae983681bb7bde958d265418598

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-03-28T14:47:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-03-28 14:47:33 +00:00
parent 06277b4ce9
commit 2ab5fa8247
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2008-03-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry
-isFolderish]): new overriden method.
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder
-appendObject:objectproperties:propertieswithBaseURL:baseURLtoComplexResponse:r]):

View File

@@ -171,6 +171,11 @@
return vcard;
}
- (BOOL) isFolderish
{
return NO;
}
- (NSString *) davEntityTag
{
unsigned int hash;