internetradio2.0/irpresetplugin/src/irpresetpluginproxy.cpp
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    16 */
    16 */
    17 
    17 
    18 #include <implementationproxy.h>
    18 #include <implementationproxy.h>
    19 
    19 
    20 #include "irpresetimpl.h"
    20 #include "irpresetimpl.h"
       
    21 #include "iruid3.hrh"
    21 
    22 
    22 // The implementation proxy table that lists all interfaces and 
    23 // The implementation proxy table that lists all interfaces and 
    23 // their implementations contained within this plugin.
    24 // their implementations contained within this plugin.
    24 const TImplementationProxy KIRPresetPluginImplementationTable[] =
    25 const TImplementationProxy KIRPresetPluginImplementationTable[] =
    25     {
    26     {
    26     IMPLEMENTATION_PROXY_ENTRY( 0x10009DC1, CIRPresetImpl:: NewL) 
    27     IMPLEMENTATION_PROXY_ENTRY( UID3_IRPRESETPLUGIN_DLL_IMPLEMENTATION_UID, CIRPresetImpl:: NewL) 
    27     };
    28     };
    28 
    29 
    29 
    30 
    30 // ---------------------------------------------------------------------------
    31 // ---------------------------------------------------------------------------
    31 // Entry point for ECOM plugins.
    32 // Entry point for ECOM plugins.