examples/ForumNokia/ThreadAndActiveObjectsEx/src/threadao.cpp

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     }

Generated by  doxygen 1.6.2