homescreensrv_plat/sapi_contentpublishing/src/cpclientactivenotifier.cpp
branchRCL_3
changeset 74 edd621764147
parent 64 b276298d5729
--- a/homescreensrv_plat/sapi_contentpublishing/src/cpclientactivenotifier.cpp	Tue Apr 27 16:57:49 2010 +0300
+++ b/homescreensrv_plat/sapi_contentpublishing/src/cpclientactivenotifier.cpp	Tue May 11 16:30:05 2010 +0300
@@ -60,7 +60,9 @@
 // ----------------------------------------------------------------------------
 //
 void CCPActiveNotifier::RegisterL( MLiwNotifyCallback* aObserver, 
-		TInt32 aTransactionId, CCPLiwMap* aMap )
+                                   TInt32 aTransactionId, 
+                                   CCPLiwMap* aMap,
+                                   TUint aCmdOptions )
     {
     CP_DEBUG( _L8("CCPActiveNotifier::RegisterL()" ) );
     TIpcArgs args;
@@ -77,7 +79,7 @@
    	CleanupStack::Pop( iObserverBuf );
    	args.Set( KDescriptorPosition, &*iObserverBuf );
 	args.Set( KTransactionPosition, aTransactionId );
-    
+    args.Set( KOptionsPosition, static_cast<TInt>( aCmdOptions ));
     if ( !IsActive( ) )
         {
         iSizeDes = new (ELeave) TPckgBuf<TInt>( );