mirror of
https://github.com/thestk/stk
synced 2026-01-31 14:56:15 +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_UDPSOCKET_H
|
||||
#define STK_UDPSOCKET_H
|
||||
|
||||
#include "Socket.h"
|
||||
|
||||
namespace stk {
|
||||
|
||||
/***************************************************/
|
||||
/*! \class UdpSocket
|
||||
\brief STK UDP socket server/client class.
|
||||
@@ -17,15 +24,10 @@
|
||||
read/write methods. Values less than or equal to zero indicate
|
||||
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_UDPSOCKET_H
|
||||
#define STK_UDPSOCKET_H
|
||||
|
||||
#include "Socket.h"
|
||||
|
||||
class UdpSocket : public Socket
|
||||
{
|
||||
public:
|
||||
@@ -69,4 +71,6 @@ class UdpSocket : public Socket
|
||||
|
||||
};
|
||||
|
||||
#endif // defined(STK_UDPSOCKET_H)
|
||||
} // stk namespace
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user