From 7c366d7a44f1028d0a21abf2b840d3cebfbbc748 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 31 Jul 2013 11:17:01 -0500 Subject: Show program that is taking the longest to process the SmsDie request in the logout status dialog Fix glitch in service termination --- ksmserver/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ksmserver/client.h') diff --git a/ksmserver/client.h b/ksmserver/client.h index 958511a37..e478cfc31 100644 --- a/ksmserver/client.h +++ b/ksmserver/client.h @@ -21,6 +21,7 @@ Copyright (C) 2000 Matthias Ettrich #include #include #include +#include #include #include "server2.h" @@ -52,6 +53,8 @@ public: TQString userId() const; const char* clientId() { return id ? id : ""; } + TQDateTime terminationRequestTimeStamp; + private: const char* id; SmsConn smsConn; -- cgit v1.2.1