Changeset 105 for trunk/Cocoa/Pester/Source/PSAlarmAlertController.m
- Timestamp:
- 03/02/03 19:53:27 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSAlarmAlertController.m
r61 r105 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.