mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
client-side SSL works, thread initialization needs fixing
This commit is contained in:
parent
c9b66e4239
commit
0719d4c6ed
5 changed files with 164 additions and 63 deletions
|
|
@ -25,8 +25,10 @@ private:
|
|||
int messageLength;
|
||||
|
||||
void processMessage(const ServerNetworkMessage &item);
|
||||
void sharedCtor();
|
||||
public:
|
||||
NetworkServerInterface(Servatrice *_server, QSslSocket *_socket);
|
||||
NetworkServerInterface(const QString &peerHostName, const QString &peerAddress, int peerPort, Servatrice *_server, QSslSocket *_socket);
|
||||
~NetworkServerInterface();
|
||||
|
||||
void transmitMessage(const ServerNetworkMessage &item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue