X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=MySocket.h;h=dc5c7e18d0b8a11e43119a95d175ab1b2479b733;hp=20df4f1c251bb518daa9509e1f624105968b28e8;hb=HEAD;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9 diff --git a/MySocket.h b/MySocket.h index 20df4f1..dc5c7e1 100644 --- a/MySocket.h +++ b/MySocket.h @@ -1,10 +1,14 @@ -// -// MySocket.h -// The Cheat -// -// Created by Chaz McGarvey on 2/1/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +/* + * The Cheat - The legendary universal game trainer for Mac OS X. + * http://www.brokenzipper.com/trac/wiki/TheCheat + * + * Copyright (c) 2003-2011, Charles McGarvey et al. + * + * Distributable under the terms and conditions of the 2-clause BSD + * license; see the file COPYING for the legal text of the license. + */ + /* * MySocket is my 24 hour hackjob. There are other classes which would have @@ -18,6 +22,14 @@ * back to that way eventually, after all it isn't that many threads. */ +/* + * June 21 2005 - Chaz + * I have written a much more robust socket wrapper for another project that + * could be re-emplemented into The Cheat. It is cleaner code and has very + * nice statistics tracking features. I'm going on my mission tomorrow. This + * will have to wait two years or so. ;) + */ + #import #import "ChazLog.h" @@ -124,4 +136,4 @@ - (void)socket:(MySocket *)mySocket didReadData:(NSData *)theData tag:(int)tag; - (void)socket:(MySocket *)mySocket didWriteDataWithTag:(int)tag; -@end \ No newline at end of file +@end