00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00006 // 00007 // Application entry point for EKA2. 00008 // 00010 00011 #include "SmsExampleApp.h" 00012 #include <eikstart.h> 00013 00014 EXPORT_C CApaApplication* NewApplication() 00015 { 00016 return ( static_cast<CApaApplication*>( new CSMSExampleApp ) ); 00017 } 00018 00019 // The application entry-point 00020 GLDEF_C TInt E32Main() 00021 { 00022 return EikStart::RunApplication( NewApplication ); 00023 } 00024 00025 00026 // End of file