homescreensrv_plat/sapi_contentpublishing/inc/cpclientactivenotifier.h
branchRCL_3
changeset 74 edd621764147
parent 0 79c6a41cd166
equal deleted inserted replaced
64:b276298d5729 74:edd621764147
    48 
    48 
    49     /**
    49     /**
    50      * Register observer
    50      * Register observer
    51      *
    51      *
    52      * @param aObserver Pointer for callback
    52      * @param aObserver Pointer for callback
       
    53      * @param aTransactionId Integer transaction id
    53      * @param aMap Map containing parameters
    54      * @param aMap Map containing parameters
    54      * @param aTransactionId Integer transaction id
    55      * @param aCmdOptions options for the command    
    55      */
    56      */
    56     void RegisterL( MLiwNotifyCallback* aObserver, TInt32 aTransactionId, 
    57     void RegisterL( MLiwNotifyCallback* aObserver, 
    57     		CCPLiwMap* aMap );
    58                     TInt32 aTransactionId, 
       
    59                     CCPLiwMap* aMap,
       
    60                     TUint aCmdOptions );
    58 
    61 
    59     /**
    62     /**
    60      * Unregister observer
    63      * Unregister observer
    61      *
    64      *
    62      * @since S60 v 5.0
    65      * @since S60 v 5.0
   118     		CLiwGenericParamList* aEventParamList  );
   121     		CLiwGenericParamList* aEventParamList  );
   119     
   122     
   120     /*
   123     /*
   121      * Register observer
   124      * Register observer
   122      */
   125      */
   123     void RegisterAgainL( );
   126     void RegisterAgainL( );  
   124 
       
   125     
   127     
   126 private:
   128 private:
   127 
   129 
   128     /**
   130     /**
   129      * Descriptor where server can write to when passing data
   131      * Descriptor where server can write to when passing data