]> Dogcows Code - chaz/thecheat/blob - ClientDelegate.h
The Cheat 1.0b4
[chaz/thecheat] / ClientDelegate.h
1
2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 // Project: The Cheat
4 //
5 // File: ClientDelegate.h
6 // Created: Wed Sep 24 2003
7 //
8 // Copyright: 2003 Chaz McGarvey. All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 #import <Cocoa/Cocoa.h>
12
13
14 @protocol ClientDelegate
15
16 - (void)clientConnectedWithSocket:(int)sock name:(NSString *)name;
17 - (void)clientDisconnected;
18 - (void)clientError:(NSString *)error message:(NSString *)message;
19
20 @end
This page took 0.036135 seconds and 4 git commands to generate.