summaryrefslogtreecommitdiffstats
path: root/servers/auth_server_lin/src/auth_conn.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-01 20:43:39 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-01 20:43:39 -0500
commit963501ff41849e6bbcaa7a5c12c6e04b37a8a130 (patch)
treea92d85facc6b5168890d78e9ad8944fd96d5507a /servers/auth_server_lin/src/auth_conn.h
parente9dafbb9d016a1aa5e90bb12c63c12b8521cf059 (diff)
downloadulab-963501ff41849e6bbcaa7a5c12c6e04b37a8a130.tar.gz
ulab-963501ff41849e6bbcaa7a5c12c6e04b37a8a130.zip
Fix crashes in servers
Start work on FPGA client
Diffstat (limited to 'servers/auth_server_lin/src/auth_conn.h')
-rw-r--r--servers/auth_server_lin/src/auth_conn.h2
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 f1b3295..08f8072 100644
--- a/servers/auth_server_lin/src/auth_conn.h
+++ b/servers/auth_server_lin/src/auth_conn.h
@@ -74,6 +74,8 @@ class AuthSocket : public TDEKerberosServerSocket
TQString m_srvServiceHostName;
int m_srvServicePort;
+ TQTimer* m_loopTimer;
+
KSimpleConfig* m_config;
TQSqlDatabase* m_database;
TQSqlCursor* m_databaseStationsCursor;