support for slave server messages to keep NAT port open

This commit is contained in:
Volker Fischer 2012-07-09 12:53:40 +00:00
parent 8a167d844b
commit fa52276fef

View File

@ -182,6 +182,7 @@ protected:
QTimer TimerPollList;
QTimer TimerRegistering;
QTimer TimerPingServerInList;
QTimer TimerPingCentralServer;
QMutex Mutex;
@ -194,11 +195,14 @@ protected:
bool bIsCentralServer;
bool bUseDefaultCentralServerAddress;
CHostAddress SlaveCurCentServerHostAddress;
CProtocol* pConnLessProtocol;
public slots:
void OnTimerPollList();
void OnTimerPingServerInList();
void OnTimerPingCentralServer();
void OnTimerRegistering() { SlaveServerRegisterServer ( true ); }
};