Changeset 3681
- Timestamp:
- 02/07/06 11:55:38 (3 years ago)
- Files:
-
- WiredClient/trunk/WCTrackers.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCTrackers.m
r3676 r3681 328 328 329 329 - (void)connectionDidClose:(NSNotification *)notification { 330 WCTrackerConnection *connection; 331 WCError *error; 330 WCError *error; 332 331 333 332 error = [[notification userInfo] objectForKey:WCErrorKey]; … … 340 339 [_progressIndicator stopAnimation:self]; 341 340 342 [ connectionterminate];341 [[notification object] terminate]; 343 342 } 344 343
