diff --git a/ChangeLog b/ChangeLog index a863d47a2..cb098c423 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-15 Wolfgang Sourdeau + * SoObjects/Contacts/SOGoContactLDAPEntry.m ([SOGoContactLDAPEntry + -save]): new dummy method. + * SoObjects/Contacts/SOGoContactGCSEntry.m ([SOGoContactGCSEntry -save]): made method void. diff --git a/SoObjects/Contacts/SOGoContactLDAPEntry.m b/SoObjects/Contacts/SOGoContactLDAPEntry.m index 210ea00e6..a3ae1795b 100644 --- a/SoObjects/Contacts/SOGoContactLDAPEntry.m +++ b/SoObjects/Contacts/SOGoContactLDAPEntry.m @@ -185,6 +185,10 @@ return @"text/x-vcard"; } +- (void) save +{ +} + /* message type */ - (NSString *) outlookMessageClass