webengine/wrtharvester/inc/wrtharvesterpublisherobserver.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 48 79859ed3eea9
--- a/webengine/wrtharvester/inc/wrtharvesterpublisherobserver.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/webengine/wrtharvester/inc/wrtharvesterpublisherobserver.h	Thu Aug 27 07:44:59 2009 +0300
@@ -41,7 +41,7 @@
 		/**
 		 * Two-phased constructor.
 		 */
-		static CWrtHarvesterPublisherObserver* NewLC( const TDesC& aName, CWrtHarvester* aHarvester );
+		static CWrtHarvesterPublisherObserver* NewLC( const TDesC& aBundleId, CWrtHarvester* aHarvester );
 		
 		/**
 		 * Destructor.
@@ -80,14 +80,19 @@
 	    /**
 	    *
 	    */
-	    const TDesC& Name();
+	    const TDesC& BundleId();
 
-	    
+	    /**
+	    * Cancel all the registered notifications. 
+	    * @return void.
+	    */
+	    void ReleaseL();
+
 	private:
 	    /**
         * Perform the second phase construction 
         */      
-        void ConstructL( const TDesC& aName );
+        void ConstructL( const TDesC& aBundleId );
         
         /**
 		* Default constructor.
@@ -96,12 +101,6 @@
 		
 		// Prhohibited
 		CWrtHarvesterPublisherObserver();
-
-	    /**
-	    * Cancel all the registered notifications. 
-	    * @return void.
-	    */
-	    void ReleaseL();
 	    
 	    /**
 	    * Initialise Liw connection to Content publishing service.
@@ -129,7 +128,7 @@
 	    
 	    // Name of the observed publisher
 	    // Owned
-	    HBufC* iName;
+	    HBufC* iBundleId;
 	    
 	    // Call back error code
 	    TInt iError;