Changeset 105 for trunk/Cocoa/Pester/Source/PSAlarms.m
- Timestamp:
- 03/02/03 19:53:27 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarms.m
r64 r105 215 215 } 216 216 217 #pragma mark printing 218 219 - (NSString *)description; 220 { 221 return [NSString stringWithFormat: @"%@ pending %@\n%@\n", 222 [super description], alarms, 223 [expiredAlarms count] > 0 ? [NSString stringWithFormat: @"expired %@\n", expiredAlarms] 224 : @""]; 225 } 226 217 227 #pragma mark property list serialization (Pester 1.1) 218 228 … … 243 253 [plPendingAlarms release]; 244 254 [plExpiredAlarms release]; 245 255 246 256 return plAllAlarms; 247 257 }
Note:
See TracChangeset
for help on using the changeset viewer.