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