diff options
Diffstat (limited to 'servers/auth_server_lin/src/auth_conn.h')
-rw-r--r-- | servers/auth_server_lin/src/auth_conn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servers/auth_server_lin/src/auth_conn.h b/servers/auth_server_lin/src/auth_conn.h index 8c75bfa..61fc626 100644 --- a/servers/auth_server_lin/src/auth_conn.h +++ b/servers/auth_server_lin/src/auth_conn.h @@ -104,6 +104,7 @@ class AuthServer : public TQServerSocket private slots: int connectToDatabase(); + void pingSQLServer(); signals: void newConnect(AuthSocket*); @@ -111,6 +112,7 @@ class AuthServer : public TQServerSocket private: KSimpleConfig* m_config; TQSqlDatabase* m_database; + TQTimer* m_sqlPingTimer; friend class AuthSocket; |