From 921bf8b8f4fdaaecd1b8fa3919791f05715b0097 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 15 Sep 2006 22:20:56 +0000 Subject: [PATCH] Monotone-Parent: 10073479893696fc7148796331e68fe7862ddf7a Monotone-Revision: 5b57d5240354418fa40ca6453be6bcd6a8a4e50d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-15T22:20:56 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/Contacts/SOGoContactLDAPEntry.m | 4 ++++ 2 files changed, 7 insertions(+) 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