Changeset 1429

Show
Ignore:
Timestamp:
08/06/04 21:17:39 (4 years ago)
Author:
morris
Message:

add WCConnectionServerInfoDidChange

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCConnection.h

    r1384 r1429  
    1 /* $Id: WCConnection.h,v 1.17 2004/07/28 09:12:58 morris Exp $ */ 
     1/* $Id: WCConnection.h,v 1.18 2004/08/06 19:17:39 morris Exp $ */ 
    22 
    33/* 
     
    6666        WCConnectionType                                                _type; 
    6767        unsigned int                                                    _uid; 
    68         BOOL                                                                    _connected, _cancelled
     68        BOOL                                                                    _connected, _cancelled, _received
    6969} 
    7070 
     
    137137#define WCConnectionGotServerError                      @"WCConnectionGotServerError" 
    138138#define WCConnectionGotServerInfo                       @"WCConnectionGotServerInfo" 
     139#define WCConnectionServerInfoDidChange         @"WCConnectionServerInfoDidChange" 
    139140#define WCConnectionGotPrivileges                       @"WCConnectionGotPrivileges" 
    140141#define WCConnectionPrivilegesDidChange         @"WCConnectionPrivilegesDidChange" 
     
    149150- (void)                                                                        sendCommand:(NSString *)command withSender:(id)sender; 
    150151- (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; 
    152153- (void)                                                                        sendCommand:(NSString *)command withArgument:(NSString *)argument1 withArgument:(NSString *)argument2 withArgument:(NSString *)argument3 withSender:(id)sender; 
    153154- (void)                                                                        clearSender:(id)sender;