diff -r b276298d5729 -r edd621764147 idlefw/plugins/devicestatus/inc/aidevicestatuspublisher.h --- a/idlefw/plugins/devicestatus/inc/aidevicestatuspublisher.h Tue Apr 27 16:57:49 2010 +0300 +++ b/idlefw/plugins/devicestatus/inc/aidevicestatuspublisher.h Tue May 11 16:30:05 2010 +0300 @@ -89,6 +89,15 @@ virtual TBool RefreshL( TInt /*aContentId*/, TBool /*aClean*/ ) { return EFalse; } /** + * Refresh publisher if not suspended. + * + * This has the same effect as the publisher would get content update from system. + * Publisher publishes content if it is available. + * @param aClean ETrue if current content needs to be cleaned. + */ + virtual void RefreshIfActiveL( TBool /*aClean*/ ) {}; + + /** * Suspends specific content. * * Publisher suspends content publishing specified by aContentId.