From 9ea67803526cec0439175b8dc2ee5f0e7b87bc89 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 18 Sep 2015 15:54:06 -0500 Subject: Stabilize cryptographic card login Fix some coding style issues --- tdmlib/kgreet_pam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tdmlib/kgreet_pam.h') diff --git a/tdmlib/kgreet_pam.h b/tdmlib/kgreet_pam.h index 7772880a1..79e92b33a 100644 --- a/tdmlib/kgreet_pam.h +++ b/tdmlib/kgreet_pam.h @@ -53,6 +53,7 @@ class KPamGreeter : public TQObject, public KGreeterPlugin { virtual void lockUserEntry( const bool lock ); virtual void setPassword( const TQString &pass ); virtual void setEnabled( bool on ); + virtual void setInfoMessageDisplay( bool on ); virtual bool textMessage( const char *message, bool error ); virtual void textPrompt( const char *prompt, bool echo, bool nonBlocking ); virtual bool binaryPrompt( const char *prompt, bool nonBlocking ); @@ -89,7 +90,7 @@ class KPamGreeter : public TQObject, public KGreeterPlugin { Context ctx; int exp, pExp, has; unsigned state; - bool running, authTok; + bool running, authTok, suppressInfoMsg; }; #endif /* KGREET_CLASSIC_H */ -- cgit v1.2.3