homescreensrv_plat/sapi_contentpublishing/src/cpclient.cpp
branchRCL_3
changeset 18 bd874ee5e5e2
parent 0 79c6a41cd166
child 51 15e4dd19031c
--- a/homescreensrv_plat/sapi_contentpublishing/src/cpclient.cpp	Fri Feb 19 23:07:29 2010 +0200
+++ b/homescreensrv_plat/sapi_contentpublishing/src/cpclient.cpp	Fri Mar 12 15:43:54 2010 +0200
@@ -195,14 +195,15 @@
 // 
 // -----------------------------------------------------------------------------
 //    
-void CCPClient::ExecuteActionL( const CLiwGenericParamList& aInParamList )
+void CCPClient::ExecuteActionL( const CLiwGenericParamList& aInParamList,
+        TUint aCmdOptions)
     {
     CP_DEBUG( _L8("CCPClient::RegisterObserverL()") );
     CheckMapL( aInParamList, KFilter );
     CCPLiwMap* inMapForServer = CCPLiwMap::NewL( aInParamList );
     inMapForServer->PushL( );
     inMapForServer->IsValidForActionL( );
-    iServerClient.ExecuteActionL( *inMapForServer );
+    iServerClient.ExecuteActionL( *inMapForServer, aCmdOptions );
     CleanupStack::PopAndDestroy( inMapForServer );
     }