internetradio2.0/irrfsplugin/src/irrfspluginproxy.cpp
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    17 
    17 
    18 
    18 
    19 #include <implementationproxy.h>
    19 #include <implementationproxy.h>
    20 
    20 
    21 #include "irrfsplugin.h"
    21 #include "irrfsplugin.h"
       
    22 #include "iruid3.hrh"
    22 
    23 
    23 // The implementation proxy table that lists all interfaces and their implementations contained within this plugin.
    24 // The implementation proxy table that lists all interfaces and their implementations contained within this plugin.
    24 const TImplementationProxy KIRRfsPluginImplementationTable[] =
    25 const TImplementationProxy KIRRfsPluginImplementationTable[] =
    25     {
    26     {
    26     /*lint -save -e611 (Warning -- Suspicious cast)*/
    27     /*lint -save -e611 (Warning -- Suspicious cast)*/
    27     IMPLEMENTATION_PROXY_ENTRY( 0x2000B4DD, CIRRfsPlugin::NewL )
    28     IMPLEMENTATION_PROXY_ENTRY( UID3_IRRFSPLUGIN_DLL_IMPLEMENTATION_UID, CIRRfsPlugin::NewL )
    28     /*lint -restore*/
    29     /*lint -restore*/
    29     };
    30     };
    30 
    31 
    31 // ======== LOCAL FUNCTIONS ========
    32 // ======== LOCAL FUNCTIONS ========
    32 
    33