homescreensrv_plat/sapi_contentpublishing/src/ccontentpublishinginterface.cpp
branchRCL_3
changeset 14 15e4dd19031c
parent 11 bd874ee5e5e2
equal deleted inserted replaced
12:502e5d91ad42 14:15e4dd19031c
    88     MLiwNotifyCallback* aCallback )
    88     MLiwNotifyCallback* aCallback )
    89     {
    89     {
    90     CP_DEBUG( _L8("CContentPublishingInterface::ProcessCommandL") );
    90     CP_DEBUG( _L8("CContentPublishingInterface::ProcessCommandL") );
    91     
    91     
    92     if ( aCmdName.CompareF( KExecuteAction ) == 0 )
    92     if ( aCmdName.CompareF( KExecuteAction ) == 0 )
    93        {
    93         {
    94        iCPClient->ExecuteActionL( aInParamList, aCmdOptions );
    94         iCPClient->ExecuteActionL( aInParamList, aCmdOptions );
    95        }
    95         }
    96    else
    96     else if ( aCmdName.CompareF( KExecuteMultipleActions ) == 0 )
    97        {
    97         {
    98        CDataSourceInterface::ProcessCommandL(aCmdName,
    98         iCPClient->ExecuteMultipleActionsL( aInParamList, aCmdOptions );
    99            aInParamList, aOutParamList, aCmdOptions, aCallback);
    99         }
   100        }
   100     else
       
   101         {
       
   102         CDataSourceInterface::ProcessCommandL(aCmdName,
       
   103             aInParamList, aOutParamList, aCmdOptions, aCallback);
       
   104         }
   101     }
   105     }