Fixed "extra qualification" syntax errors.
--- a/browserui/browser/BrowserAppInc/BrowserAppUi.h Sun Mar 14 13:09:52 2010 +0000
+++ b/browserui/browser/BrowserAppInc/BrowserAppUi.h Sun Mar 28 16:36:35 2010 +0100
@@ -293,7 +293,7 @@
* @param an RFile filehandle, and an allocated buffer to hold
* discovered mime type
*/
- TBool CBrowserAppUi::RecognizeUiFileL( RFile& aFileHandle, TBuf<KMaxDataTypeLength>& aDataTypeDes );
+ TBool RecognizeUiFileL( RFile& aFileHandle, TBuf<KMaxDataTypeLength>& aDataTypeDes );
/**
* Confirm with the user that a file should be handled by
@@ -823,19 +823,19 @@
/**
* Clear History of all open windows
*/
- void CBrowserAppUi::ClearHistoryL();
+ void ClearHistoryL();
/**
* Prompt before clearing history
*/
- void CBrowserAppUi::ClearHistoryWithPromptL();
+ void ClearHistoryWithPromptL();
/**
* Clear All Privacy Data
*/
- void CBrowserAppUi::ClearAllPrivacyL();
+ void ClearAllPrivacyL();
/**
* Disconnect.
--- a/browserui/browser/BrowserAppInc/BrowserProgressIndicator.h Sun Mar 14 13:09:52 2010 +0000
+++ b/browserui/browser/BrowserAppInc/BrowserProgressIndicator.h Sun Mar 28 16:36:35 2010 +0100
@@ -56,7 +56,7 @@
* @param aApiProvider Reference to API provider
* @return Pointer to instance of CBrowserAnimation
*/
- static CBrowserProgressIndicator* CBrowserProgressIndicator::NewL( MApiProvider& aApiProvider );
+ static CBrowserProgressIndicator* NewL( MApiProvider& aApiProvider );
/**
* Constructor.
* @param aApiProvider Reference to API provider