Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

main.cpp

Go to the documentation of this file.
00001 #include <opie2/multiauthpassword.h>
00002 
00003 #include <opie2/oapplication.h>
00004 
00006 int main( int argc, char ** argv )
00007 {
00008     Opie::Core::OApplication app(argc, argv, "Multi-authentication demo");
00009 
00010     // Run the authentication process until it succeeds
00011     Opie::Security::MultiauthPassword::authenticate(Opie::Security::LockNow);
00012 }

Generated on Sat Nov 5 16:15:25 2005 for OPIE by  doxygen 1.4.2