mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
more ServerNetwork code
This commit is contained in:
parent
6bbc76af2b
commit
c9b66e4239
21 changed files with 441 additions and 35 deletions
|
|
@ -18,7 +18,7 @@ public:
|
|||
~ServerLogger();
|
||||
static void hupSignalHandler(int unused);
|
||||
public slots:
|
||||
void logMessage(QString message, Server_ProtocolHandler *ssi = 0);
|
||||
void logMessage(QString message, void *caller = 0);
|
||||
private slots:
|
||||
void handleSigHup();
|
||||
void flushBuffer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue