javamanager/javainstaller/javasifplugin/src/proxy.cpp
changeset 48 e0d6e9bd3ca7
parent 35 85266cc22c7f
equal deleted inserted replaced
47:f40128debb5d 48:e0d6e9bd3ca7
    24 #include "javauids.h"
    24 #include "javauids.h"
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 const TImplementationProxy KImplementationTable[] =
    27 const TImplementationProxy KImplementationTable[] =
    28     { IMPLEMENTATION_PROXY_ENTRY(KJavaSifPluginEcomImplUid,
    28     { IMPLEMENTATION_PROXY_ENTRY(KJavaSifPluginEcomImplUid,
    29                                  Java::Installer::CJavaSifPlugin::NewL)
    29                                  java::installer::CJavaSifPlugin::NewL)
    30     };
    30     };
    31 
    31 
    32 // -----------------------------------------------------------------------------
    32 // -----------------------------------------------------------------------------
    33 // ImplementationGroupProxy
    33 // ImplementationGroupProxy
    34 // Returns the implementations in this DLL
    34 // Returns the implementations in this DLL