From 55a0cc423fbf014b8f016d4b0128ce2924bba6ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 25 Apr 2013 16:08:46 +0000 Subject: Use TDE hardware library to authorize and control shutdown related session options This resolves Bug 1071 --- ksmserver/server.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ksmserver/server.h') diff --git a/ksmserver/server.h b/ksmserver/server.h index a59e708c6..d3c7099f9 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -23,6 +23,8 @@ Copyright (C) 2000 Matthias Ettrich #include #include +#include + #include "server2.h" #include "KSMServerInterface.h" @@ -93,7 +95,7 @@ public: virtual void suspendStartup( TQCString app ); virtual void resumeStartup( TQCString app ); - bool checkStatus( bool &logoutConfirmed, bool &maysd, + bool checkStatus( bool &logoutConfirmed, bool &maysd, bool &mayrb, TDEApplication::ShutdownConfirm confirm, TDEApplication::ShutdownType sdtype, TDEApplication::ShutdownMode sdmode ); @@ -230,10 +232,12 @@ private: int appsToStart; int lastAppStarted; TQString lastIdStarted; - + TQStringList excludeApps; WindowMap legacyWindows; + + TDEHardwareDevices* hwDevices; }; #endif -- cgit v1.2.1