diff -r 896e9dbc5f19 -r 065198191975 internetradio2.0/irpresetplugin/src/irpresetpluginproxy.cpp --- a/internetradio2.0/irpresetplugin/src/irpresetpluginproxy.cpp Wed Aug 18 09:40:26 2010 +0300 +++ b/internetradio2.0/irpresetplugin/src/irpresetpluginproxy.cpp Thu Sep 02 20:17:46 2010 +0300 @@ -18,12 +18,13 @@ #include #include "irpresetimpl.h" +#include "iruid3.hrh" // The implementation proxy table that lists all interfaces and // their implementations contained within this plugin. const TImplementationProxy KIRPresetPluginImplementationTable[] = { - IMPLEMENTATION_PROXY_ENTRY( 0x10009DC1, CIRPresetImpl:: NewL) + IMPLEMENTATION_PROXY_ENTRY( UID3_IRPRESETPLUGIN_DLL_IMPLEMENTATION_UID, CIRPresetImpl:: NewL) };