Protected Member Functions
SystemServer Class Reference

Brief description of class still missing. More...

#include <SystemServer.h>

Inheritance diagram for SystemServer:
GpCoreTools::TcpServerStream GpCoreTools::Stream

List of all members.

Protected Member Functions

virtual TcpClientStreamcreateClientStream (int fileDescriptor, const Address &peer)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Member Function Documentation

TcpClientStream * SystemServer::createClientStream ( int  fileDescriptor,
const Address peer 
) [protected, virtual]

Implements GpCoreTools::TcpServerStream.

References TRACE.

{
  TRACE;
  return new SystemClient(fileDescriptor, peer);
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines