homescreensrv_plat/ai_content_model_api/inc/aicontentrequest.h
branchRCL_3
changeset 9 d0529222e3f0
parent 0 79c6a41cd166
--- a/homescreensrv_plat/ai_content_model_api/inc/aicontentrequest.h	Tue Feb 02 00:23:10 2010 +0200
+++ b/homescreensrv_plat/ai_content_model_api/inc/aicontentrequest.h	Fri Feb 19 23:07:29 2010 +0200
@@ -37,6 +37,15 @@
      *         content observer, EFalse otherwise.
      */
     virtual TBool RefreshContent( TInt aContentId ) = 0;
+   
+    /**
+     * Requests AI content publisher to suspend specific content item.
+     *
+     * @param aContentId content identifier in target plug-ins content model.
+     * @return ETrue if the plugin will suspend the content by calling its 
+     *         content observer, EFalse otherwise.
+     */    
+    virtual TBool SuspendContent( TInt aContentId ) = 0;
     
 protected:
     /**