10#ifndef __RTTcpOutBuffer_h__
11#define __RTTcpOutBuffer_h__ included
17#ifndef __RTStreamBuffer_h__
18#include <RTStreamBuffer.h>
29 virtual int flush(
void )
override;
Definition: RTStreamBuffer.h:22
Definition: RTTcpOutBuffer.h:24
virtual int flush(void) override
Flushes the data written to the buffer.
Definition: RTTcpSocket.h:24