Changeset 1361
- Timestamp:
- 06/10/04 15:21:21 (5 years ago)
- Files:
-
- WiredClient/trunk/WCConnection.h (modified) (2 diffs)
- WiredClient/trunk/WCConnection.m (modified) (2 diffs)
- WiredClient/trunk/WCFileInfo.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCConnection.h
r1356 r1361 1 /* $Id: WCConnection.h,v 1.1 3 2004/06/01 20:52:11 morris Exp $ */1 /* $Id: WCConnection.h,v 1.14 2004/06/10 13:21:21 morris Exp $ */ 2 2 3 3 /* … … 147 147 - (void) sendCommand:(NSString *)command withArgument:(NSString *)argument1 withArgument:(NSString *)argument2 withSender:(id)sender;; 148 148 - (void) sendCommand:(NSString *)command withArgument:(NSString *)argument1 withArgument:(NSString *)argument2 withArgument:(NSString *)argument3 withSender:(id)sender; 149 - (void) clearSender:(id)sender; 149 150 - (void) receiveData:(NSData *)data; 150 151 WiredClient/trunk/WCConnection.m
r1357 r1361 1 /* $Id: WCConnection.m,v 1. 19 2004/06/08 20:52:40morris Exp $ */1 /* $Id: WCConnection.m,v 1.20 2004/06/10 13:21:21 morris Exp $ */ 2 2 3 3 /* … … 687 687 688 688 689 - (void)clearSender:(id)sender { 690 if(_sender == sender) 691 _sender = NULL; 692 } 693 694 695 689 696 - (void)receiveData:(NSData *)data { 690 697 NSString *string, *argument; WiredClient/trunk/WCFileInfo.m
r1332 r1361 1 /* $Id: WCFileInfo.m,v 1.1 4 2004/05/23 20:31:02morris Exp $ */1 /* $Id: WCFileInfo.m,v 1.15 2004/06/10 13:21:21 morris Exp $ */ 2 2 3 3 /* … … 77 77 [[NSNotificationCenter defaultCenter] removeObserver:self]; 78 78 79 [_connection clearSender:self]; 80 79 81 [_connection release]; 80 82 [_file release];
