Changeset 1429
- Timestamp:
- 08/06/04 21:17:39 (4 years ago)
- Files:
-
- WiredClient/trunk/WCConnection.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCConnection.h
r1384 r1429 1 /* $Id: WCConnection.h,v 1.1 7 2004/07/28 09:12:58morris Exp $ */1 /* $Id: WCConnection.h,v 1.18 2004/08/06 19:17:39 morris Exp $ */ 2 2 3 3 /* … … 66 66 WCConnectionType _type; 67 67 unsigned int _uid; 68 BOOL _connected, _cancelled ;68 BOOL _connected, _cancelled, _received; 69 69 } 70 70 … … 137 137 #define WCConnectionGotServerError @"WCConnectionGotServerError" 138 138 #define WCConnectionGotServerInfo @"WCConnectionGotServerInfo" 139 #define WCConnectionServerInfoDidChange @"WCConnectionServerInfoDidChange" 139 140 #define WCConnectionGotPrivileges @"WCConnectionGotPrivileges" 140 141 #define WCConnectionPrivilegesDidChange @"WCConnectionPrivilegesDidChange" … … 149 150 - (void) sendCommand:(NSString *)command withSender:(id)sender; 150 151 - (void) sendCommand:(NSString *)command withArgument:(NSString *)argument1 withSender:(id)sender; 151 - (void) sendCommand:(NSString *)command withArgument:(NSString *)argument1 withArgument:(NSString *)argument2 withSender:(id)sender; ;152 - (void) sendCommand:(NSString *)command withArgument:(NSString *)argument1 withArgument:(NSString *)argument2 withSender:(id)sender; 152 153 - (void) sendCommand:(NSString *)command withArgument:(NSString *)argument1 withArgument:(NSString *)argument2 withArgument:(NSString *)argument3 withSender:(id)sender; 153 154 - (void) clearSender:(id)sender;
