homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h
branchRCL_3
changeset 19 edd621764147
parent 14 15e4dd19031c
--- a/homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h	Tue Apr 27 16:57:49 2010 +0300
+++ b/homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h	Tue May 11 16:30:05 2010 +0300
@@ -96,10 +96,14 @@
      * Send command to server to Register observer for notifications
      *
      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
-     * @param aObserver 
+     * @param aObserver callback pointer
+     * @param aInParamList input parameter list 
+     * @param aCmdOptions options for the command     
      */
     void RegisterObserverL( MLiwNotifyCallback* aObserver,
-        const CLiwGenericParamList& aInParamList, TInt32 aTransactionId );
+                            const CLiwGenericParamList& aInParamList, 
+                            TInt32 aTransactionId,
+                            TUint aCmdOptions );
    
     /**
      * Unregister observer if Transaction Id provided or all observers if not