Show
Ignore:
Timestamp:
01/08/05 23:27:28 (4 years ago)
Author:
timothy
Message:

* Previous info panels work again. Panels need redone to support SILC and other things better.
* More clean up of code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JVChatMemberInspector.h

    r1823 r2224  
    2828        IBOutlet NSButton *requestInfo; 
    2929        JVChatRoomMember *_member; 
    30         BOOL _localOnly; 
     30        NSTimer *_localTimeUpdateTimer; 
     31        NSTimer *_updateTimer; 
    3132        BOOL _nibLoaded; 
    32         BOOL _classSet; 
    3333        BOOL _addressResolved; 
    34         BOOL _whoisComplete; 
    3534} 
    3635- (id) initWithChatMember:(JVChatRoomMember *) member; 
    3736 
    38 - (void) setFetchLocalServerInfoOnly:(BOOL) localOnly; 
    39  
    40 - (IBAction) sendPing:(id) sender; 
    4137- (IBAction) requestLocalTime:(id) sender; 
    4238- (IBAction) requestClientInfo:(id) sender;