]> Dogcows Code - chaz/thecheat/blobdiff - ServerDelegate.h
The Cheat 1.2
[chaz/thecheat] / ServerDelegate.h
diff --git a/ServerDelegate.h b/ServerDelegate.h
deleted file mode 100644 (file)
index f9ee572..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-// 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.017074 seconds and 4 git commands to generate.