homescreensrv_plat/sapi_actionhandler/actionhandlerplugins/src/proxy.cpp
changeset 60 f62f87b200ec
parent 0 79c6a41cd166
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
    17 
    17 
    18 
    18 
    19 #include <e32std.h>
    19 #include <e32std.h>
    20 #include <ecom/implementationproxy.h>
    20 #include <ecom/implementationproxy.h>
    21 #include "ahpapplauncher.h"
    21 #include "ahpapplauncher.h"
    22 #include "ahmessagehandler.h"
       
    23 #include "ahtelkeyhandler.h"
    22 #include "ahtelkeyhandler.h"
    24 #include "ahhelplauncher.h"
    23 #include "ahhelplauncher.h"
    25 
    24 
    26 // Map the interface UIDs to implementation factory functions
    25 // Map the interface UIDs to implementation factory functions
    27 const TImplementationProxy ImplementationTable[] =
    26 const TImplementationProxy ImplementationTable[] =
    28     {
    27     {
    29     IMPLEMENTATION_PROXY_ENTRY( 0x10282E5F, CAHAppLauncher::NewL ), 
    28     IMPLEMENTATION_PROXY_ENTRY( 0x10282E5F, CAHAppLauncher::NewL ), 
    30     IMPLEMENTATION_PROXY_ENTRY( 0x10282E61, CAHTelKeyHandler::NewL ),
    29     IMPLEMENTATION_PROXY_ENTRY( 0x10282E61, CAHTelKeyHandler::NewL ),
    31     IMPLEMENTATION_PROXY_ENTRY( 0x10282E62, CAHMessageHandler::NewL ),
       
    32     IMPLEMENTATION_PROXY_ENTRY( 0x2001B285, CAHHelpLauncher::NewL ),
    30     IMPLEMENTATION_PROXY_ENTRY( 0x2001B285, CAHHelpLauncher::NewL ),
    33 };
    31 };
    34 
    32 
    35 // Exported proxy for instantiation method resolution
    33 // Exported proxy for instantiation method resolution
    36 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
    34 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(