Merge pull request #201 from inverse-inc/warning-removal-again

Warning removal, next part.
This commit is contained in:
Francis Lachapelle
2016-03-09 15:59:11 -05:00
14 changed files with 43 additions and 23 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ size_t curl_body_function_freebusy(void *ptr, size_t size, size_t nmemb, void *i
NSMutableString *s;
s = [NSMutableString stringWithCapacity: 64];
[s appendFormat:@"<0x%08X[%@]:", (unsigned int)self, NSStringFromClass([self class])];
[s appendFormat:@"<%p[%@]:", self, NSStringFromClass([self class])];
if (freeBusyViewType)
[s appendFormat:@" freeBusyViewType='%@'", freeBusyViewType];
if (mergedFreeBusy)
@@ -130,6 +130,16 @@
return aclManager;
}
- (void) setIsNew: (BOOL) newIsNew
{
[super setIsNew: newIsNew];
}
- (BOOL) isNew
{
return [super isNew];
}
- (NSException *) changeParticipationStatus: (NSString *) newPartStat
withDelegate: (iCalPerson *) delegate
alarm: (iCalAlarm *) alarm
@@ -46,7 +46,7 @@ extern NSNumber *iCalDistantFutureNumber;
- (iCalPerson *) participantForUser: (SOGoUser *) theUser
attendee: (iCalPerson *) theAttendee;
- (NSArray *) attendeeUIDs;
/* - (NSArray *) attendeeUIDs; */
- (BOOL) isStillRelevant;
- (id) itipEntryWithMethod: (NSString *) method;