Comm/ServerReaderUdp.h

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

Generated on Sat Aug 26 21:14:10 2006 for MacTrek by  doxygen 1.4.7