Commit 163383cb authored by Don Gagne's avatar Don Gagne

Comments

parent c97c8557
......@@ -23,6 +23,11 @@
#include "TCPLoopBackServer.h"
/// @file
/// @brief Simple TCP loop back server
///
/// @author Don Gagne <don@thegagnes.com>
TCPLoopBackServer::TCPLoopBackServer(QHostAddress hostAddress, quint16 port) :
_hostAddress(hostAddress),
_port(port),
......
......@@ -28,6 +28,11 @@
#include <QTcpServer>
#include <QTcpSocket>
/// @file
/// @brief Simple TCP loop back server
///
/// @author Don Gagne <don@thegagnes.com>
class TCPLoopBackServer : public QThread
{
Q_OBJECT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment