/* ============================================================================ Name : Placeads2.cpp Author : Copyright : Your copyright notice Description : Main application class ============================================================================ */ // INCLUDE FILES #include #include "Placeads2Application.h" LOCAL_C CApaApplication* NewApplication() { return new CPlaceads2Application; } GLDEF_C TInt E32Main() { return EikStart::RunApplication(NewApplication); }