#ifdef EKA2
    // Punkt wejcia nie jest wymagany.
#else
GLDEF_C TInt E32Dll( TDllReason )
    {
    return KErrNone;
    }
#endif
