homescreensrv_plat/sapi_contentpublishing/inc/cpclient.h
branchRCL_3
changeset 74 edd621764147
parent 51 15e4dd19031c
equal deleted inserted replaced
64:b276298d5729 74:edd621764147
    94 
    94 
    95     /**
    95     /**
    96      * Send command to server to Register observer for notifications
    96      * Send command to server to Register observer for notifications
    97      *
    97      *
    98      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
    98      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
    99      * @param aObserver 
    99      * @param aObserver callback pointer
       
   100      * @param aInParamList input parameter list 
       
   101      * @param aCmdOptions options for the command     
   100      */
   102      */
   101     void RegisterObserverL( MLiwNotifyCallback* aObserver,
   103     void RegisterObserverL( MLiwNotifyCallback* aObserver,
   102         const CLiwGenericParamList& aInParamList, TInt32 aTransactionId );
   104                             const CLiwGenericParamList& aInParamList, 
       
   105                             TInt32 aTransactionId,
       
   106                             TUint aCmdOptions );
   103    
   107    
   104     /**
   108     /**
   105      * Unregister observer if Transaction Id provided or all observers if not
   109      * Unregister observer if Transaction Id provided or all observers if not
   106      *
   110      *
   107      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier
   111      * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier