www.pudn.com > LDFUCK.rar > LDFUCK.cpp


/* Copyright (c) 2008, Nokia. All rights reserved */ 
 
#include "LDFUCKApplication.h" 
 
// DLL entry point, return that everything is ok 
GLDEF_C TInt E32Dll(TDllReason /*aReason*/) 
    { 
    return KErrNone; 
    } 
 
 
// Create an application, and return a pointer to it 
EXPORT_C CApaApplication* NewApplication() 
    { 
    return (static_cast(new CLDFUCKApplication)); 
    }