perfsrv/piprofiler/plugins/DebugOutputWriterPlugin/src/DebOutWriterPlugin.cpp
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
    44  *
    44  *
    45  *	Class CDebOutWriterPlugin implementation
    45  *	Class CDebOutWriterPlugin implementation
    46  *
    46  *
    47  */
    47  */
    48 
    48 
    49 CDebOutWriterPlugin* CDebOutWriterPlugin::NewL(const TUid /*aImplementationUid*/, TAny* /*aInitParams*/)
    49 EXPORT_C CDebOutWriterPlugin* CDebOutWriterPlugin::NewL(const TUid /*aImplementationUid*/, TAny* /*aInitParams*/)
    50 {
    50 {
    51 	LOGTEXT(_L("CDebOutWriterPlugin::NewL() - entry"));
    51 	LOGTEXT(_L("CDebOutWriterPlugin::NewL() - entry"));
    52 	CDebOutWriterPlugin* self = new (ELeave) CDebOutWriterPlugin(KDebOutWriterPluginUid);
    52 	CDebOutWriterPlugin* self = new (ELeave) CDebOutWriterPlugin(KDebOutWriterPluginUid);
    53     CleanupStack::PushL( self );
    53     CleanupStack::PushL( self );
    54     self->ConstructL();
    54     self->ConstructL();