X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=ListenerDelegate.h;fp=ListenerDelegate.h;h=0000000000000000000000000000000000000000;hp=2253e66b36d6768380245a16f502f7ef7efa7793;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/ListenerDelegate.h b/ListenerDelegate.h deleted file mode 100644 index 2253e66..0000000 --- a/ListenerDelegate.h +++ /dev/null @@ -1,22 +0,0 @@ - -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -// Project: The Cheat -// -// File: ListenerDelegate.h -// Created: Wed Sep 24 2003 -// -// Copyright: 2003 Chaz McGarvey. All rights reserved. -// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -#import - - -@protocol ListenerDelegate - -- (void)listenerListeningWithSocket:(int)sock; -- (void)listenerDisconnected; -- (void)listenerError:(NSString *)error message:(NSString *)message; - -- (void)listenerReceivedNewConnection:(int)sock; - -@end \ No newline at end of file