diff -r 10e98eab6f85 -r a359256acfc6 webengine/wrtharvester/inc/wrtharvesterpublisherobserver.h --- 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;