diff -r 896e9dbc5f19 -r 065198191975 internetradio2.0/irrfsplugin/src/irrfspluginproxy.cpp --- a/internetradio2.0/irrfsplugin/src/irrfspluginproxy.cpp Wed Aug 18 09:40:26 2010 +0300 +++ b/internetradio2.0/irrfsplugin/src/irrfspluginproxy.cpp Thu Sep 02 20:17:46 2010 +0300 @@ -19,12 +19,13 @@ #include #include "irrfsplugin.h" +#include "iruid3.hrh" // The implementation proxy table that lists all interfaces and their implementations contained within this plugin. const TImplementationProxy KIRRfsPluginImplementationTable[] = { /*lint -save -e611 (Warning -- Suspicious cast)*/ - IMPLEMENTATION_PROXY_ENTRY( 0x2000B4DD, CIRRfsPlugin::NewL ) + IMPLEMENTATION_PROXY_ENTRY( UID3_IRRFSPLUGIN_DLL_IMPLEMENTATION_UID, CIRRfsPlugin::NewL ) /*lint -restore*/ };