diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-31 11:17:01 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-31 11:17:01 -0500 |
commit | 7c366d7a44f1028d0a21abf2b840d3cebfbbc748 (patch) | |
tree | 8001d28b349f2e03fee298192293aebb6727d716 /ksmserver/client.h | |
parent | 2bf4850271230723a9a90c58eaaa58421ad21ce3 (diff) | |
download | tdebase-7c366d7a44f1028d0a21abf2b840d3cebfbbc748.tar.gz tdebase-7c366d7a44f1028d0a21abf2b840d3cebfbbc748.zip |
Show program that is taking the longest to process the SmsDie request in the logout status dialog
Fix glitch in service termination
Diffstat (limited to 'ksmserver/client.h')
-rw-r--r-- | ksmserver/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <ettrich@kde.org> #include <tqptrdict.h> #include <tdeapplication.h> #include <tqtimer.h> +#include <tqdatetime.h> #include <dcopobject.h> #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; |