Brief description of class still missing. More...
#include <SystemClient.h>
Public Member Functions | |
SystemBuffer * | buffer () const |
SystemClient (int fileDescriptor, const Address &peer) |
Brief description of class still missing.
Full description of class still missing
SystemClient::SystemClient | ( | int | fileDescriptor, |
const Address & | peer | ||
) |
Description of constructor still missing
References GpCoreTools::TcpClientStream::setBuffer(), and TRACE.
: TcpClientStream(fileDescriptor, peer) { TRACE; setBuffer(new SystemBuffer(fileDescriptor)); }
SystemBuffer* SystemClient::buffer | ( | ) | const [inline] |
Reimplemented from GpCoreTools::TcpClientStream.
{return static_cast<SystemBuffer *>(TcpClientStream::buffer());}