#include <mythsocketmanager.h>
Signals | |
| void | newConnection (MythSocket *) |
| void | newConnect (MythSocket *) |
Public Member Functions | |
| MythServer (QObject *parent=0) | |
Protected Slots | |
| virtual void | newTcpConnection (int socket) |
Protected Member Functions | |
| virtual void | newTcpConnection (int socket) |
Definition at line 20 of file mythsocketmanager.h.
| MythServer::MythServer | ( | QObject * | parent = 0 |
) |
Definition at line 50 of file mythsocketmanager.cpp.
| void MythServer::newConnection | ( | MythSocket * | ) | [signal] |
Referenced by newTcpConnection().
| void MythServer::newTcpConnection | ( | int | socket | ) | [protected, virtual, slot] |
Reimplemented from ServerPool.
Definition at line 54 of file mythsocketmanager.cpp.
| void MythServer::newConnect | ( | MythSocket * | ) | [signal] |
| virtual void MythServer::newTcpConnection | ( | int | socket | ) | [protected, virtual] |
Reimplemented from ServerPool.
1.6.3