author | clem <clem> | 2004-08-03 21:55:46 (UTC) |
---|---|---|
committer | clem <clem> | 2004-08-03 21:55:46 (UTC) |
commit | 633a00b5bff9e5e9141758c61d61a40410a165cb (patch) (unidiff) | |
tree | 9a81011b3352fcebd8f42c2c35808125b37f9bc5 | |
parent | a8c2061afb4f794c8a4e4d04e63f342b2501365d (diff) | |
download | opie-633a00b5bff9e5e9141758c61d61a40410a165cb.zip opie-633a00b5bff9e5e9141758c61d61a40410a165cb.tar.gz opie-633a00b5bff9e5e9141758c61d61a40410a165cb.tar.bz2 |
FALSE -> false
-rw-r--r-- | libopie2/opiesecurity/multiauthpassword.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opiesecurity/multiauthpassword.h b/libopie2/opiesecurity/multiauthpassword.h index 1d061b4..3be8322 100644 --- a/libopie2/opiesecurity/multiauthpassword.h +++ b/libopie2/opiesecurity/multiauthpassword.h | |||
@@ -1,59 +1,59 @@ | |||
1 | /** | 1 | /** |
2 | * \file multiauthpassord.h | 2 | * \file multiauthpassord.h |
3 | * \brief Password Dialog dropin. | 3 | * \brief Password Dialog dropin. |
4 | * \author Clément Séveillac (clement . seveillac (at) via . ecp . fr) | 4 | * \author Clément Séveillac (clement . seveillac (at) via . ecp . fr) |
5 | */ | 5 | */ |
6 | /* | 6 | /* |
7 | =. This file is part of the Opie Project | 7 | =. This file is part of the Opie Project |
8 | .=l. Copyright (C) 2004 Opie Developer Team <opie-devel@handhelds.org> | 8 | .=l. Copyright (C) 2004 Opie Developer Team <opie-devel@handhelds.org> |
9 | .>+-= | 9 | .>+-= |
10 | _;:, .> :=|. This library is free software; you can | 10 | _;:, .> :=|. This library is free software; you can |
11 | .> <`_, > . <= redistribute it and/or modify it under | 11 | .> <`_, > . <= redistribute it and/or modify it under |
12 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public | 12 | :`=1 )Y*s>-.-- : the terms of the GNU Library General Public |
13 | .="- .-=="i, .._ License as published by the Free Software | 13 | .="- .-=="i, .._ License as published by the Free Software |
14 | - . .-<_> .<> Foundation; either version 2 of the License, | 14 | - . .-<_> .<> Foundation; either version 2 of the License, |
15 | ._= =} : or (at your option) any later version. | 15 | ._= =} : or (at your option) any later version. |
16 | .%`+i> _;_. | 16 | .%`+i> _;_. |
17 | .i_,=:_. -<s. This library is distributed in the hope that | 17 | .i_,=:_. -<s. This library is distributed in the hope that |
18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
19 | : .. .:, . . . without even the implied warranty of | 19 | : .. .:, . . . without even the implied warranty of |
20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
22 | ..}^=.= = ; Library General Public License for more | 22 | ..}^=.= = ; Library General Public License for more |
23 | ++= -. .` .: details. | 23 | ++= -. .` .: details. |
24 | : = ...= . :.=- | 24 | : = ...= . :.=- |
25 | -. .:....=;==+<; You should have received a copy of the GNU | 25 | -. .:....=;==+<; You should have received a copy of the GNU |
26 | -_. . . )=. = Library General Public License along with | 26 | -_. . . )=. = Library General Public License along with |
27 | -- :-=` this library; see the file COPYING.LIB. | 27 | -- :-=` this library; see the file COPYING.LIB. |
28 | If not, write to the Free Software Foundation, | 28 | If not, write to the Free Software Foundation, |
29 | Inc., 59 Temple Place - Suite 330, | 29 | Inc., 59 Temple Place - Suite 330, |
30 | Boston, MA 02111-1307, USA. | 30 | Boston, MA 02111-1307, USA. |
31 | 31 | ||
32 | */ | 32 | */ |
33 | 33 | ||
34 | 34 | ||
35 | #ifndef OPIE_SEC_MULTIAUTHPASSWORD_H | 35 | #ifndef OPIE_SEC_MULTIAUTHPASSWORD_H |
36 | #define OPIE_SEC_MULTIAUTHPASSWORD_H | 36 | #define OPIE_SEC_MULTIAUTHPASSWORD_H |
37 | 37 | ||
38 | namespace Opie { | 38 | namespace Opie { |
39 | namespace Security { | 39 | namespace Security { |
40 | 40 | ||
41 | /** | 41 | /** |
42 | * This is the dropin replacement for libqpes Password class. | 42 | * This is the dropin replacement for libqpes Password class. |
43 | * If you call authenticate() a widget will cover the whole screen | 43 | * If you call authenticate() a widget will cover the whole screen |
44 | * and only return if the user is able to authenticate with any of the | 44 | * and only return if the user is able to authenticate with any of the |
45 | * configured Authentication Plugins. | 45 | * configured Authentication Plugins. |
46 | * This uses the \sa Opie::Security::MultiauthMainWindow internally. | 46 | * This uses the \sa Opie::Security::MultiauthMainWindow internally. |
47 | * | 47 | * |
48 | * @author Clement Séveillac, Holger Freyther | 48 | * @author Clement Séveillac, Holger Freyther |
49 | */ | 49 | */ |
50 | class MultiauthPassword { | 50 | class MultiauthPassword { |
51 | public: | 51 | public: |
52 | static bool needToAuthenticate( bool atpoweron=FALSE ); | 52 | static bool needToAuthenticate( bool atpoweron = false ); |
53 | static void authenticate(bool atpoweron = FALSE ); | 53 | static void authenticate(bool atpoweron = false); |
54 | }; | 54 | }; |
55 | 55 | ||
56 | 56 | ||
57 | } | 57 | } |
58 | } | 58 | } |
59 | #endif | 59 | #endif |