Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:37:42 +0100
branchCompilerCompatibility
changeset 12 ef2bc9d0adde
parent 9 f6f649aee13e
Fixed "extra qualification" syntax errors.
msgfw_plat/always_online_plugin_api/inc/AlwaysOnlineEComInterface.h
msgfw_plat/msg_common_utils_api/inc/contactmatcher.h
msgfw_plat/msg_common_utils_api/inc/msgtextutils.h
--- a/msgfw_plat/always_online_plugin_api/inc/AlwaysOnlineEComInterface.h	Sun Mar 14 13:11:44 2010 +0000
+++ b/msgfw_plat/always_online_plugin_api/inc/AlwaysOnlineEComInterface.h	Sun Mar 28 16:37:42 2010 +0100
@@ -57,7 +57,7 @@
 	//The function which instantiates an object of this type 
 	// using the MatchString as the resolver parameters.
 	//(eg NewL for a CBase derived object).
-	static CAlwaysOnlineEComInterface* CAlwaysOnlineEComInterface::NewL(const TDesC8& aMatchString);
+	static CAlwaysOnlineEComInterface* NewL(const TDesC8& aMatchString);
 
 	//Standardised destructor.
 	inline virtual ~CAlwaysOnlineEComInterface();
--- a/msgfw_plat/msg_common_utils_api/inc/contactmatcher.h	Sun Mar 14 13:11:44 2010 +0000
+++ b/msgfw_plat/msg_common_utils_api/inc/contactmatcher.h	Sun Mar 28 16:37:42 2010 +0100
@@ -93,7 +93,7 @@
     *
     * @return CContactMatcher* Pointer to newly created instance.
     */
-    IMPORT_C static CContactMatcher* CContactMatcher::NewLC( RFs* aFsSession );
+    IMPORT_C static CContactMatcher* NewLC( RFs* aFsSession );
 
     /**
     * C++ destructor.
@@ -564,8 +564,8 @@
         const MVPbkFieldType& aFType ) const;
     static CVPbkContactStoreUriArray* GetStoreArrayLC(
         const TDesC& (* const aFuncPtrs[])() );
-    void CContactMatcher::OpenStoreL( const TDesC& (* const aFuncPtrs[])() );
-    void CContactMatcher::OpenStoreL( const TDesC& (* const aFuncPtrs[])(),
+    void OpenStoreL( const TDesC& (* const aFuncPtrs[])() );
+    void OpenStoreL( const TDesC& (* const aFuncPtrs[])(),
         TRequestStatus&  aStatus );
     void FreeOldOperation();
 
--- a/msgfw_plat/msg_common_utils_api/inc/msgtextutils.h	Sun Mar 14 13:11:44 2010 +0000
+++ b/msgfw_plat/msg_common_utils_api/inc/msgtextutils.h	Sun Mar 28 16:37:42 2010 +0100
@@ -231,7 +231,7 @@
         * @param    aFile       IN (Text) file to be recognized
         * @return   CharConv id of the character set
         */
-        IMPORT_C static TUint CMsgTextUtils::RecognizeCharSetL( RFs& aFs, RFile& aFile );
+        IMPORT_C static TUint RecognizeCharSetL( RFs& aFs, RFile& aFile );
 
         /*
         * GetSafeAttachmentNameLC