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