homescreensrv_plat/sapi_contentpublishing/inc/cpclientsession.h
branchRCL_3
changeset 14 15e4dd19031c
parent 11 bd874ee5e5e2
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
   116      * @param aOptions Command options.
   116      * @param aOptions Command options.
   117      */
   117      */
   118     void ExecuteActionL( const CCPLiwMap& aMap, TUint aOptions = 0 );
   118     void ExecuteActionL( const CCPLiwMap& aMap, TUint aOptions = 0 );
   119 
   119 
   120     /**
   120     /**
       
   121      * Pass ExecuteMultipleActionsL request to the server
       
   122      *
       
   123      * @since S60 v 5.0
       
   124      * @param aList const reference to the input list
       
   125      * @param aOptions Command options.
       
   126      */
       
   127     void ExecuteMultipleActionsL( const CLiwGenericParamList& aList,
       
   128             TUint aOptions = 0 );
       
   129     
       
   130     /**
   121      * Pass GetChangeInfoData request to server
   131      * Pass GetChangeInfoData request to server
   122      * @param aBuf reference to the input list
   132      * @param aBuf reference to the input list
   123      * @return error code
   133      * @return error code
   124      */
   134      */
   125     TInt GetChangeInfoData( TDes8& aBuf );
   135     TInt GetChangeInfoData( TDes8& aBuf );