X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=CheatListener.h;fp=CheatListener.h;h=0000000000000000000000000000000000000000;hp=e2a3d660aa5c80b84a5a9256e6c42d3257992b65;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/CheatListener.h b/CheatListener.h deleted file mode 100644 index e2a3d66..0000000 --- a/CheatListener.h +++ /dev/null @@ -1,41 +0,0 @@ - -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Project: The Cheat -// -// File: CheatListener.h -// Created: Wed Sep 24 2003 -// -// Copyright: 2003 Chaz McGarvey. All rights reserved. -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -#import -#import - -#import "ListenerDelegate.h" - -#include "cheat_globals.h" -#include "cheat_net.h" - -#include "stdio.h" - -@class CheatServer; - - -@interface CheatListener : NSObject -{ - id rootProxy; - int sockfd; - - BOOL listenRemote; -} - -+ (NSConnection *)listenerWithDelegate:(id)del port:(int)port remote:(BOOL)remote; -+ (void)listenerThread:(NSArray *)array; - -- (id)initWithRootProxy:(id)proxy; - -- (void)listenOnPort:(int)port remote:(BOOL)remote; -- (void)run; -- (void)cleanup; - -@end \ No newline at end of file