X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=ServerHolder.h;fp=ServerHolder.h;h=0000000000000000000000000000000000000000;hp=e0342ad11a2a11e64f2c3a13d2cab19e25d53bf0;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/ServerHolder.h b/ServerHolder.h deleted file mode 100644 index e0342ad..0000000 --- a/ServerHolder.h +++ /dev/null @@ -1,42 +0,0 @@ - -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Project: The Cheat -// -// File: ServerHolder.h -// Created: Sun Sep 28 2003 -// -// Copyright: 2003 Chaz McGarvey. All rights reserved. -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -#import - - -@class CheatServer; - - -@interface ServerHolder : NSObject -{ - NSConnection *connection; - CheatServer *server; - int sockfd; - - NSString *address; - NSString *action; -} - -+ (ServerHolder *)holderWithConnection:(NSConnection *)conn socket:(int)sock; -- (id)initWithConnection:(NSConnection *)conn socket:(int)sock; - -- (NSConnection *)connection; -- (void)setConnection:(NSConnection *)conn; -- (CheatServer *)server; -- (void)setServer:(CheatServer *)serv; -- (int)sockfd; -- (void)setSockFD:(int)sock; - -- (NSString *)address; -- (void)setAddress:(NSString *)addr; -- (NSString *)action; -- (void)setAction:(NSString *)act; - -@end \ No newline at end of file