]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@221 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 15 Aug 2004 14:05:20 +0000 (14:05 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sun, 15 Aug 2004 14:05:20 +0000 (14:05 +0000)
SOGoLogic/ChangeLog
SOGoLogic/SOGoAppointment.h
SOGoLogic/SOGoAppointment.m
SOGoLogic/Version

index d1c81e2a39fa53bfd14f3af7b821f8f735e1efca..b7f3512187349aedc85b7399ad758d2a8bd8779b 100644 (file)
@@ -1,5 +1,7 @@
 2004-08-15  Helge Hess  <helge.hess@skyrix.com>
 
+       * SOGoAppointment.h: added -setAttendees: method (v0.9.7)
+
        * v0.9.6
 
        * added SOGoAppointmentICalRenderer
index b21ceba091541fe9f8060ce4bf12912e0715c183..b1c3074c375dca939402a8c2702023e8e22d0278 100644 (file)
@@ -75,6 +75,7 @@
 - (void)removeAllAttendees;
 - (void)addToAttendees:(iCalPerson *)_person;
 - (void)appendAttendees:(NSArray *)_persons;
+- (void)setAttendees:(NSArray *)_persons;
 - (NSArray *)attendees;
 
 /* attendees -> role != X-OGo-RESOURCE */
index 6fda9625723a783726e2148d6803d6f8d68610a6..6aaf24d2380ac2e3c21ccf2f36f30a584562c58c 100644 (file)
@@ -209,6 +209,8 @@ static SaxObjectDecoder          *sax   = nil;
   for (i = 0; i < count; i++)
     [self addToAttendees:[_persons objectAtIndex:i]];
 }
+- (void)setAttendees:(NSArray *)_persons {
+}
 - (NSArray *)attendees {
   return [self->event attendees];
 }
index 0eb47da345be1d4c8ac5a363234ca3f2c77473cb..cab297dce179f93daddb8c8e20c17af86c0b5d3b 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=6
+SUBMINOR_VERSION:=7