Nokia N97 SDK
Example Applications Guide

HsWidget.cpp

00001 /*
00002  ============================================================================
00003  Name           : HsWidget.cpp
00004  Author   : 
00005  Copyright   : Your copyright notice
00006  Description : Main application class
00007  ============================================================================
00008  */
00009 
00010 // INCLUDE FILES
00011 #include <eikstart.h>
00012 #include "HsWidgetApplication.h"
00013 
00014 LOCAL_C CApaApplication* NewApplication()
00015         {
00016         return new CHsWidgetApplication;
00017         }
00018 
00019 GLDEF_C TInt E32Main()
00020         {
00021         return EikStart::RunApplication( NewApplication );
00022         }
00023 

© Nokia 2009

Back to top