Brief description of class still missing. More...
#include <CrystalfontzServer.h>
Public Member Functions | |
CrystalfontzServer (CrystalfontzDevice *device) | |
~CrystalfontzServer () | |
Protected Member Functions | |
virtual TcpClientStream * | createClientStream (int fileDescriptor, const Address &peer) |
Brief description of class still missing.
Full description of class still missing
Description of constructor still missing
References TRACE.
: TcpServerStream() { TRACE; _device=device; }
TcpClientStream * CrystalfontzServer::createClientStream | ( | int | fileDescriptor, |
const Address & | peer | ||
) | [protected, virtual] |
Implements GpCoreTools::TcpServerStream.
References TRACE.
{ TRACE; return new CrystalfontzStream(_device, fileDescriptor, peer); }