]> Dogcows Code - chaz/thecheat/blobdiff - ServerDelegate.h
The Cheat 1.0b3
[chaz/thecheat] / ServerDelegate.h
diff --git a/ServerDelegate.h b/ServerDelegate.h
new file mode 100644 (file)
index 0000000..f9ee572
--- /dev/null
@@ -0,0 +1,29 @@
+
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Project:   The Cheat
+//
+// File:      ServerDelegate.h
+// Created:   Thu Sep 25 2003
+//
+// Copyright: 2003 Chaz McGarvey.  All rights reserved.
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#import <Cocoa/Cocoa.h>
+
+#include <sys/types.h>
+
+@class CheatServer;
+
+
+@protocol ServerDelegate
+
+- (void)server:(CheatServer *)server connectedWithSocket:(int)sock;
+- (void)serverDisconnected:(CheatServer *)server;
+
+- (void)server:(CheatServer *)server changedAddress:(NSString *)address;
+- (void)server:(CheatServer *)server changedAction:(NSString *)action;
+
+- (NSArray *)serverProcessList;
+- (pid_t)serverFirstProcess;
+
+@end
\ No newline at end of file
This page took 0.019293 seconds and 4 git commands to generate.