mirror of
https://github.com/thestk/stk
synced 2026-04-26 00:58:37 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -1,3 +1,10 @@
|
||||
#ifndef STK_TCPCLIENT_H
|
||||
#define STK_TCPCLIENT_H
|
||||
|
||||
#include "Socket.h"
|
||||
|
||||
namespace stk {
|
||||
|
||||
/***************************************************/
|
||||
/*! \class TcpClient
|
||||
\brief STK TCP socket client class.
|
||||
@@ -19,15 +26,10 @@
|
||||
less than or equal to zero indicate a closed
|
||||
or lost connection or the occurence of an error.
|
||||
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2009.
|
||||
*/
|
||||
/***************************************************/
|
||||
|
||||
#ifndef STK_TCPCLIENT_H
|
||||
#define STK_TCPCLIENT_H
|
||||
|
||||
#include "Socket.h"
|
||||
|
||||
class TcpClient : public Socket
|
||||
{
|
||||
public:
|
||||
@@ -58,4 +60,6 @@ class TcpClient : public Socket
|
||||
|
||||
};
|
||||
|
||||
#endif // defined(STK_TCPCLIENT_H)
|
||||
} // stk namespace
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user