contentpublishingsrv/contentpublishingserver/cpserver/inc/cpserveractionmanager.h
branchRCL_3
changeset 12 502e5d91ad42
parent 0 79c6a41cd166
equal deleted inserted replaced
11:bd874ee5e5e2 12:502e5d91ad42
    24 #ifdef CONTENT_PUBLISHER_DEBUG
    24 #ifdef CONTENT_PUBLISHER_DEBUG
    25 class CCPDebug;
    25 class CCPDebug;
    26 #endif
    26 #endif
    27 class CLiwServiceHandler;
    27 class CLiwServiceHandler;
    28 class MLiwInterface;
    28 class MLiwInterface;
    29 class CLiwDefaultMap;
    29 class CLiwMap;
    30 
    30 
    31 /**
    31 /**
    32  *  Used to execute action using Action Handler Service
    32  *  Used to execute action using Action Handler Service
    33  *
    33  *
    34  *  @since S60 5.0
    34  *  @since S60 5.0
    86         CLiwGenericParamList& aTarget );
    86         CLiwGenericParamList& aTarget );
    87 
    87 
    88     /**
    88     /**
    89      * Extracts and adds attributes from aMap to aTarget.
    89      * Extracts and adds attributes from aMap to aTarget.
    90      * @since Series 60 3.2
    90      * @since Series 60 3.2
    91      * @param aMap CLiwDefaultMap with action.
    91      * @param aMap CLiwMap with action.
    92      * @param aTarget CLiwGenericParamList with Uid and Map.
    92      * @param aTarget CLiwGenericParamList with Uid and Map.
    93      */
    93      */
    94     void ExtractUidAndMapL( const CLiwDefaultMap& aMap,
    94     void ExtractUidAndMapL( const CLiwMap& aMap,
    95         CLiwGenericParamList& aTarget );
    95         CLiwGenericParamList& aTarget );
    96 
    96 
    97 private:
    97 private:
    98     // data
    98     // data
    99 
    99