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