/Volumes/Plantain/MyDocuments/Projects/MacTrek/MacTrek/Comm/ServerReaderTcp.h

00001 //
00002 //  ServerReaderTcp.h
00003 //  MacTrek
00004 //
00005 //  Created by Aqua on 06/05/2006.
00006 //  Copyright 2006 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 @class ServerReader;
00011 #import "ServerReader.h"
00012 
00013 @class Communication;
00014 #import "Communication.h"
00015 #import <OmniNetworking/OmniNetworking.h>
00016 
00017 @interface ServerReaderTcp : ServerReader {
00018 
00019 }
00020 
00021 - (id)initWithUniverse:(Universe*)newUniverse communication:(Communication*)comm
00022                 socket:(ONTCPSocket*) socket;
00023 
00024 @end

Generated on Fri Jul 28 19:15:15 2006 for MacTrek by  doxygen 1.4.7