summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/app/remotemdi.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-18 10:06:27 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-18 10:06:27 -0500
commit9178fa8161fa97247a4b660e0eaa5c1a763969d6 (patch)
treed649d7ddd0abae8f7c54eb7282dc2b0a0c202a62 /clients/tde/src/app/remotemdi.h
parentb140795f1f54f64dc704f9e3055b00d4aee20c3c (diff)
downloadulab-9178fa8161fa97247a4b660e0eaa5c1a763969d6.tar.gz
ulab-9178fa8161fa97247a4b660e0eaa5c1a763969d6.zip
Add logout timer to remote server and client
Diffstat (limited to 'clients/tde/src/app/remotemdi.h')
-rw-r--r--clients/tde/src/app/remotemdi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/tde/src/app/remotemdi.h b/clients/tde/src/app/remotemdi.h
index c2c8884..ff93ea2 100644
--- a/clients/tde/src/app/remotemdi.h
+++ b/clients/tde/src/app/remotemdi.h
@@ -69,6 +69,7 @@ class RemoteMDI : public KMdiMainFrm
void processLockouts();
void processActions();
void startModule();
+ void masterPoll();
protected:
virtual bool queryClose();
@@ -86,6 +87,7 @@ class RemoteMDI : public KMdiMainFrm
bool connToServerConnecting;
int connToServerState;
TQTimer *connToServerTimeoutTimer;
+ TQTimer *masterPollTimer;
KAction *connect_action;
KAction *disconnect_action;