X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=ClientDelegate.h;fp=ClientDelegate.h;h=6c5dc7937026a2d1554c5a4e3674a23d8dcb6b59;hp=0000000000000000000000000000000000000000;hb=42cf7bbe564d70233a0d73baee613f209eb00eb6;hpb=2d60a59a8ad195dd0af8f90c8d5b74a69ce7f4fa diff --git a/ClientDelegate.h b/ClientDelegate.h new file mode 100644 index 0000000..6c5dc79 --- /dev/null +++ b/ClientDelegate.h @@ -0,0 +1,20 @@ + +// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +// Project: The Cheat +// +// File: ClientDelegate.h +// Created: Wed Sep 24 2003 +// +// Copyright: 2003 Chaz McGarvey. All rights reserved. +// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +#import + + +@protocol ClientDelegate + +- (void)clientConnectedWithSocket:(int)sock name:(NSString *)name; +- (void)clientDisconnected; +- (void)clientError:(NSString *)error message:(NSString *)message; + +@end \ No newline at end of file