examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04308.cb1/solution/src/S60ClientServerLab.cpp

00001 // Copyright (c) 2006 Nokia Corporation.
00002 
00003 // INCLUDE FILES
00004 #include <eikstart.h>
00005 #include "S60ClientServerLabApplication.h"
00006 
00007 
00008 LOCAL_C CApaApplication* NewApplication()
00009         {
00010         return new CS60ClientServerLabApp;
00011         }
00012 
00013 GLDEF_C TInt E32Main()
00014         {
00015         return EikStart::RunApplication( NewApplication );
00016         }
00017 

Generated by  doxygen 1.6.2