idlefw/inc/framework/aicpsexecuteparam.h
branchRCL_3
changeset 15 a0713522ab97
parent 14 15e4dd19031c
child 19 edd621764147
equal deleted inserted replaced
14:15e4dd19031c 15:a0713522ab97
    78     * @return plugin id
    78     * @return plugin id
    79     */
    79     */
    80     const TDesC& PluginId() const;
    80     const TDesC& PluginId() const;
    81     
    81     
    82     /**
    82     /**
    83     * Returns the input parameter list for Execute command
    83     * Returns the input parameter map for Execute command
    84     * it will leave the CLiwGenericParamList object in the stack
    84     * it will leave the CLiwDefaultMap object in the stack
    85     * 
    85     * 
    86     * @since S60 5.2
    86     * @since S60 5.2
    87     * @return generic parameter list 
    87     * @return in param map 
    88     */    
    88     */    
    89     CLiwGenericParamList* InParamListLC();
    89     CLiwDefaultMap* InParamMapLC();
    90    
    90    
    91     /**
    91     /**
    92     * Adds a actions to the action list  
    92     * Adds a actions to the action list  
    93     * 
    93     * 
    94     * @since S60 5.2
    94     * @since S60 5.2