Bug 1704 - Add template type signature to super class call. Also remove some over qualified method names. CompilerCompatibility
authorPeter Fordham <peter.fordham@gmail.com>
Fri, 19 Mar 2010 16:56:51 -0700
branchCompilerCompatibility
changeset 9 be6847aef077
parent 8 a278606871eb
child 12 bec8e016bb22
Bug 1704 - Add template type signature to super class call. Also remove some over qualified method names.
uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h
uiservicetab/vimpststorage/inc/cvimpststoragemanager.h
uiservicetabsettings/src/rvimpstsettingsreleasearray.cpp
--- a/uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h	Fri Mar 19 15:17:07 2010 -0700
+++ b/uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h	Fri Mar 19 16:56:51 2010 -0700
@@ -68,7 +68,7 @@
 		 * @return CVIMPSTEngineSessionCntxtObserver new instance of this class
 	 	 */
 		static CVIMPSTEngineSessionCntxtObserver* 
-							CVIMPSTEngineSessionCntxtObserver::NewL(TUint32 aServiceId);
+							NewL(TUint32 aServiceId);
         /**
 	     * Two-phased constructor.
 	     * @param aSettingsId: settings id.
@@ -76,7 +76,7 @@
 		 * @return CVIMPSTEngineSessionCntxtObserver new instance of this class
 	 	 */							
 	    static CVIMPSTEngineSessionCntxtObserver* 
-	    					CVIMPSTEngineSessionCntxtObserver::NewLC(TUint32 aServiceId);
+	    				NewLC(TUint32 aServiceId);
 	    
 	    
 	   /**
--- a/uiservicetab/vimpststorage/inc/cvimpststoragemanager.h	Fri Mar 19 15:17:07 2010 -0700
+++ b/uiservicetab/vimpststorage/inc/cvimpststoragemanager.h	Fri Mar 19 16:56:51 2010 -0700
@@ -91,7 +91,7 @@
         static CVIMPSTStorageManager* NewL();
         
         // ConstructL
-        void CVIMPSTStorageManager::ConstructL();
+        void ConstructL();
   
        
     private:
--- a/uiservicetabsettings/src/rvimpstsettingsreleasearray.cpp	Fri Mar 19 15:17:07 2010 -0700
+++ b/uiservicetabsettings/src/rvimpstsettingsreleasearray.cpp	Fri Mar 19 16:56:51 2010 -0700
@@ -32,6 +32,6 @@
 void RVIMPSTSettingsReleaseArray::Close()
 	{
 	ResetAndDestroy();
-	RPointerArray::Close();
+	RPointerArray< HBufC >::Close();
 	}