]> Dogcows Code - chaz/thecheat/blobdiff - ClientDelegate.h
The Cheat 1.0b3
[chaz/thecheat] / ClientDelegate.h
diff --git a/ClientDelegate.h b/ClientDelegate.h
new file mode 100644 (file)
index 0000000..6c5dc79
--- /dev/null
@@ -0,0 +1,20 @@
+
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Project:   The Cheat
+//
+// File:      ClientDelegate.h
+// Created:   Wed Sep 24 2003
+//
+// Copyright: 2003 Chaz McGarvey.  All rights reserved.
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#import <Cocoa/Cocoa.h>
+
+
+@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
This page took 0.019596 seconds and 4 git commands to generate.