X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=NetTrafficController.h;fp=NetTrafficController.h;h=0000000000000000000000000000000000000000;hp=d3569049cee955557c390daa7f4e982aad286efc;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/NetTrafficController.h b/NetTrafficController.h deleted file mode 100644 index d356904..0000000 --- a/NetTrafficController.h +++ /dev/null @@ -1,50 +0,0 @@ - -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Project: The Cheat -// -// File: NetTrafficController.h -// Created: Wed Sep 24 2003 -// -// Copyright: 2003 Chaz McGarvey. All rights reserved. -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -#import -#import - -#import "NetTrafficControlling.h" - -#include "cheat_globals.h" - - -@interface NetTrafficController : NSWindowController -{ - id delegate; - - IBOutlet id netTrafficWindow; - IBOutlet id broadcastNameText; - IBOutlet id listenPortText; - IBOutlet id serverListTable; - IBOutlet id connectionCountText; - IBOutlet id killConnectionButton; -} - -- (id)initWithDelegate:(id)del; - -- (void)initialInterfaceSetup; -- (void)interfaceUpdate; - -- (void)serverSetAllowRemote:(BOOL)allow listenPort:(int)port broadcastName:(NSString *)name; - -/* -- (void)allowRemoteChanged:(BOOL)allow; -- (void)listenPortChanged:(int)port; -- (void)broadcastNameChanged:(NSString *)name; -*/ - -- (void)connectionListChanged; - -- (void)setConnectionCount:(int)count; - -- (IBAction)killConnectionButton:(id)sender; - -@end \ No newline at end of file