idlefw/plugins/devicestatus/inc/aidevicestatuspublisher.h
branchRCL_3
changeset 74 edd621764147
parent 9 d0529222e3f0
equal deleted inserted replaced
64:b276298d5729 74:edd621764147
    87      * @return true if content was republished.
    87      * @return true if content was republished.
    88      */
    88      */
    89     virtual TBool RefreshL( TInt /*aContentId*/, TBool /*aClean*/ ) { return EFalse; }
    89     virtual TBool RefreshL( TInt /*aContentId*/, TBool /*aClean*/ ) { return EFalse; }
    90 
    90 
    91     /**
    91     /**
       
    92      * Refresh publisher if not suspended.
       
    93      *
       
    94      * This has the same effect as the publisher would get content update from system.
       
    95      * Publisher publishes content if it is available.
       
    96 	 * @param aClean ETrue if current content needs to be cleaned.
       
    97      */
       
    98     virtual void RefreshIfActiveL( TBool /*aClean*/ ) {};
       
    99 
       
   100     /**
    92      * Suspends specific content.
   101      * Suspends specific content.
    93      *     
   102      *     
    94      * Publisher suspends content publishing specified by aContentId.
   103      * Publisher suspends content publishing specified by aContentId.
    95      * @param aContentId Id of the content item that is requested to suspend.
   104      * @param aContentId Id of the content item that is requested to suspend.
    96      * @param aClean ETrue if current content needs to be cleaned.
   105      * @param aClean ETrue if current content needs to be cleaned.