diff -r b276298d5729 -r edd621764147 homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h --- 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