diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/threadao_8cpp_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/threadao_8cpp_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,33 @@ + + +
+ +00001 /* +00002 * Copyright © 2008 Nokia Corporation. +00003 */ +00004 +00005 // INCLUDES +00006 #include <eikstart.h> +00007 #include "ThreadAOApplication.h" +00008 +00009 LOCAL_C CApaApplication* NewApplication() +00010 { +00011 return new CThreadAOApplication; +00012 } +00013 +00014 GLDEF_C TInt E32Main() +00015 { +00016 return EikStart::RunApplication( NewApplication ); +00017 } +