--- a/homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h Mon Mar 15 12:41:53 2010 +0200
+++ b/homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h Wed Mar 31 22:04:35 2010 +0300
@@ -114,13 +114,21 @@
*
* @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
* @param aInParamList input parameter list (filter)
- * @param aOutParamList output action_map
* @param aCmdOptions options for the command
*/
void ExecuteActionL( const CLiwGenericParamList& aInParamList,
TUint aCmdOptions );
/**
+ * Send command to server to ExecuteMultipleActions
+ *
+ * @param aInParamList input parameter list (filter)
+ * @param aCmdOptions options for the command
+ */
+ void ExecuteMultipleActionsL(
+ const CLiwGenericParamList& aInParamList, TUint aCmdOptions);
+
+ /**
* Check second param from IDataSource interface
*
* @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
@@ -129,7 +137,15 @@
*/
void CheckMapL( const CLiwGenericParamList& aInParamList,
const TDesC8& aKey );
-
+
+ /**
+ * Check proper data is passed as parameter to ExecuteMultipleActions
+ *
+ * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
+ * @param aList generic list containing input parameters
+ */
+ void CheckMultiExecuteInputParamsL(const CLiwGenericParamList& aList);
+
private:
/**