X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=ServerDelegate.h;fp=ServerDelegate.h;h=0000000000000000000000000000000000000000;hp=f9ee572f17e77ec3bb5ae7e0b265a0a1fc0e7162;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/ServerDelegate.h b/ServerDelegate.h deleted file mode 100644 index f9ee572..0000000 --- a/ServerDelegate.h +++ /dev/null @@ -1,29 +0,0 @@ - -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Project: The Cheat -// -// File: ServerDelegate.h -// Created: Thu Sep 25 2003 -// -// Copyright: 2003 Chaz McGarvey. All rights reserved. -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -#import - -#include - -@class CheatServer; - - -@protocol ServerDelegate - -- (void)server:(CheatServer *)server connectedWithSocket:(int)sock; -- (void)serverDisconnected:(CheatServer *)server; - -- (void)server:(CheatServer *)server changedAddress:(NSString *)address; -- (void)server:(CheatServer *)server changedAction:(NSString *)action; - -- (NSArray *)serverProcessList; -- (pid_t)serverFirstProcess; - -@end \ No newline at end of file