Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:36:35 +0100
branchCompilerCompatibility
changeset 47 f46b00385da1
parent 44 7e493765a7b8
child 49 96b6b5b6545a
Fixed "extra qualification" syntax errors.
browserui/browser/BrowserAppInc/BrowserAppUi.h
browserui/browser/BrowserAppInc/BrowserProgressIndicator.h
--- 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