javamanager/javainstaller/javasifplugin/src/proxy.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     1 /*
     1 /*
     2 * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    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