examples/ForumNokia/SMSExample/Engine/src/DllMain.cpp

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004  
00005 //  EXTERNAL INCLUDES
00006 #include <e32std.h>
00007 
00008 // DLL entry point
00009 GLDEF_C TInt E32Dll()
00010     {
00011     return KErrNone;
00012     }
00013 
00014 //  End of file

Generated by  doxygen 1.6.2