Brief description of class still missing. More...
#include <MasterServer.h>
Public Member Functions | |
| MasterServer () | |
Protected Member Functions | |
| virtual TcpClientStream * | createClientStream (int fileDescriptor, const Address &peer) |
Brief description of class still missing.
Full description of class still missing
| TcpClientStream * MasterServer::createClientStream | ( | int | fileDescriptor, |
| const Address & | peer | ||
| ) | [protected, virtual] |
Implements GpCoreTools::TcpServerStream.
References TRACE.
{
TRACE;
return new MasterStream(&_stations, fileDescriptor, peer);
}