examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04309.cb1/starter/src/AOLabTextFlash.cpp

00001 // Copyright (c) 2006 Nokia Corporation.
00002 
00003 #include <eikstart.h>
00004 #include "AOLabTextFlashApplication.h"
00005 
00006 
00007 // Called by the application framework to create the application object
00008 LOCAL_C CApaApplication* NewApplication()
00009         {
00010         return new CAOLabTextFlashApplication;
00011         }
00012 
00013 
00014 // Entry point function
00015 GLDEF_C TInt E32Main()
00016         {
00017         return EikStart::RunApplication( NewApplication );
00018         }
00019 
00020 // End of file

Generated by  doxygen 1.6.2