homescreensrv_plat/sapi_contentpublishing/src/cpclient.cpp
branchRCL_3
changeset 11 bd874ee5e5e2
parent 0 79c6a41cd166
child 14 15e4dd19031c
equal deleted inserted replaced
8:d0529222e3f0 11:bd874ee5e5e2
   193 
   193 
   194 // -----------------------------------------------------------------------------
   194 // -----------------------------------------------------------------------------
   195 // 
   195 // 
   196 // -----------------------------------------------------------------------------
   196 // -----------------------------------------------------------------------------
   197 //    
   197 //    
   198 void CCPClient::ExecuteActionL( const CLiwGenericParamList& aInParamList )
   198 void CCPClient::ExecuteActionL( const CLiwGenericParamList& aInParamList,
       
   199         TUint aCmdOptions)
   199     {
   200     {
   200     CP_DEBUG( _L8("CCPClient::RegisterObserverL()") );
   201     CP_DEBUG( _L8("CCPClient::RegisterObserverL()") );
   201     CheckMapL( aInParamList, KFilter );
   202     CheckMapL( aInParamList, KFilter );
   202     CCPLiwMap* inMapForServer = CCPLiwMap::NewL( aInParamList );
   203     CCPLiwMap* inMapForServer = CCPLiwMap::NewL( aInParamList );
   203     inMapForServer->PushL( );
   204     inMapForServer->PushL( );
   204     inMapForServer->IsValidForActionL( );
   205     inMapForServer->IsValidForActionL( );
   205     iServerClient.ExecuteActionL( *inMapForServer );
   206     iServerClient.ExecuteActionL( *inMapForServer, aCmdOptions );
   206     CleanupStack::PopAndDestroy( inMapForServer );
   207     CleanupStack::PopAndDestroy( inMapForServer );
   207     }
   208     }
   208 
   209 
   209 // -----------------------------------------------------------------------------
   210 // -----------------------------------------------------------------------------
   210 // 
   211 //