Skip to content
Snippets Groups Projects
Commit 163383cb authored by Don Gagne's avatar Don Gagne
Browse files

Comments

parent c97c8557
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment