idlefw/plugins/sapidataplugin/inc/sapidataplugin.h
branchRCL_3
changeset 23 ace62b58f4b2
parent 19 edd621764147
child 27 2c7f27287390
--- a/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h	Tue May 25 13:01:39 2010 +0300
+++ b/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h	Wed Jun 09 10:01:25 2010 +0300
@@ -221,6 +221,14 @@
     TBool IsActive() const;
     
     /**
+    * Is plugin stopped 
+    *
+    * @param void 
+    * @return boolean (ETrue/EFalse)
+    */
+    TBool IsStopped() const;
+    
+    /**
 	* Publish a specific text of the widget  
 	*
 	* @param aObserver observer
@@ -253,6 +261,17 @@
     */
     void PublishImageL(MAiContentObserver* aObserver,
             TInt aContentId, TDesC& aPath );
+
+    /**
+    * Publish a data stream to the widget  
+    *
+    * @param aObserver observer
+    * @param aContentId content model id
+    * @param aData data stream 
+    * @return void
+    */    
+    void PublishData( MAiContentObserver* aObserver, 
+        TInt& aContentId, const TDesC8& aData );
     
     /**
     * Cleans a data from the widget