Changeset 61 for trunk/Cocoa/Pester/Source/PSAlarmAlertController.m
- Timestamp:
- 01/06/03 13:05:29 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarmAlertController.m
r53 r61 41 41 unsigned count = [pendingAlerts count]; 42 42 [pendingAlerts removeObject: alert]; 43 NSLog(@"removed: %@; still pending: %@", alert, [pendingAlerts description]);44 NSLog(@"alarm: %@ retainCount %d", [notification object], [[notification object] retainCount]);43 // NSLog(@"removed: %@; still pending: %@", alert, [pendingAlerts description]); 44 // NSLog(@"alarm: %@ retainCount %d", [notification object], [[notification object] retainCount]); 45 45 NSAssert2([pendingAlerts count] == count - 1, @"alert not in set: %@\n%@", alert, notification); 46 46 if ([pendingAlerts count] == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.