-rw-r--r-- | core/settings/security/demo/main.cpp | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/core/settings/security/demo/main.cpp b/core/settings/security/demo/main.cpp index d853872..1c49f57 100644 --- a/core/settings/security/demo/main.cpp +++ b/core/settings/security/demo/main.cpp @@ -4,10 +4,3 @@ -/// main() function of the opie-multiauth-standalone demonstration application -/** - * Calls each plugin one after the other, and asks them to perform one authentication. - * It loads the plugins one after another through the MultiauthPluginInterface, - * then calls MultiauthPluginObject::authenticate(). - * \em Note: calls are not parsed by doxygen since they are done via a QInterfacePtr: - * \see http://dudu.dyn.2-h.org/nist/doxydoc/allOpie//classQInterfacePtr.html - */ +/// Run an authentication sequence using the global opie-security settings int main( int argc, char ** argv ) @@ -16,6 +9,3 @@ int main( int argc, char ** argv ) - /* - * Run authentication and retursn if successfull - * This uses the global settings - */ + // Run the authentication process until it succeeds Opie::Security::MultiauthPassword::authenticate(); |