idlefw/plugins/sapidataplugin/inc/sapidata.h
branchRCL_3
changeset 19 502e5d91ad42
parent 18 bd874ee5e5e2
child 51 15e4dd19031c
equal deleted inserted replaced
18:bd874ee5e5e2 19:502e5d91ad42
   268     void RegisterContentObserverL();
   268     void RegisterContentObserverL();
   269      
   269      
   270     /**
   270     /**
   271     * Called by the observer to refresh the changed content
   271     * Called by the observer to refresh the changed content
   272     *   
   272     *   
   273     * @param aPublisher  publisher.
   273     * @param aPublisher     publisher.
   274     * @param aContentType  content type.
   274     * @param aContentType   content type.
   275     * @param aContentId content Id.
   275     * @param aContentId     content Id.
   276     * @param aOperation operation (add/delete/update/execute).
   276     * @param aOperation     operation (add/delete/update/execute).
   277     * @return void
   277     * @param aDataMap       data map if available. Can be NULL.
   278     */
   278     *                       Ownership NOT transferred.
   279     void RefreshL( TDesC& aPublisher, TDesC& aContentType, 
   279     * 
   280             TDesC& aContentId, TDesC& aOperation );
   280     * @return void
       
   281     */
       
   282     void RefreshL( TDesC& aPublisher,
       
   283                    TDesC& aContentType, 
       
   284                    TDesC& aContentId,
       
   285                    TDesC& aOperation,
       
   286                    CLiwDefaultMap* aDataMap );
   281      
   287      
   282     /**
   288     /**
   283     * Createts the filter map and push it in the stack
   289     * Createts the filter map and push it in the stack
   284     * 
   290     * 
   285     * @return filter map
   291     * @return filter map