internetradio2.0/irpresetplugin/src/irpresetpluginproxy.cpp
changeset 15 065198191975
parent 14 896e9dbc5f19
--- 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 <implementationproxy.h>
 
 #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) 
     };