homescreensrv_plat/sapi_contentpublishing/src/cpclientsession.cpp
branchRCL_3
changeset 18 bd874ee5e5e2
parent 0 79c6a41cd166
child 51 15e4dd19031c
--- a/homescreensrv_plat/sapi_contentpublishing/src/cpclientsession.cpp	Fri Feb 19 23:07:29 2010 +0200
+++ b/homescreensrv_plat/sapi_contentpublishing/src/cpclientsession.cpp	Fri Mar 12 15:43:54 2010 +0200
@@ -146,12 +146,13 @@
 //
 // -----------------------------------------------------------------------------
 //
-void RCPServerClient::ExecuteActionL( const CCPLiwMap& aMap )
+void RCPServerClient::ExecuteActionL( const CCPLiwMap& aMap, TUint aOptions )
     {
     CP_DEBUG( _L8("RCPServerClient::ExecuteActionL()") );
     HBufC8 *inbuf = aMap.PackForServerLC( );
     TIpcArgs args;
     args.Set( KDescriptorPosition, &*inbuf );
+    args.Set( KOptionsPosition, static_cast<TInt>( aOptions ) );
     User::LeaveIfError( SendReceive( ECpServerExecuteAction, args ) );
     CleanupStack::PopAndDestroy( inbuf );
     }