# HG changeset patch # User ssb # Date 1277399220 -19800 # Node ID dd5904dc0ea9d0afcfb5b65316dc21b77e546a46 # Parent 3aab497fdbb7d94228b678bc85667497650122d0 Bug 1704 - Add template type signature to super class call. Also remove some over qualified method names. diff -r 3aab497fdbb7 -r dd5904dc0ea9 uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h --- a/uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h Fri Feb 19 22:41:11 2010 +0200 +++ b/uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h Thu Jun 24 22:37:00 2010 +0530 @@ -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); /** diff -r 3aab497fdbb7 -r dd5904dc0ea9 uiservicetab/vimpststorage/inc/cvimpststoragemanager.h --- a/uiservicetab/vimpststorage/inc/cvimpststoragemanager.h Fri Feb 19 22:41:11 2010 +0200 +++ b/uiservicetab/vimpststorage/inc/cvimpststoragemanager.h Thu Jun 24 22:37:00 2010 +0530 @@ -91,7 +91,7 @@ static CVIMPSTStorageManager* NewL(); // ConstructL - void CVIMPSTStorageManager::ConstructL(); + void ConstructL(); private: diff -r 3aab497fdbb7 -r dd5904dc0ea9 uiservicetabsettings/src/rvimpstsettingsreleasearray.cpp --- a/uiservicetabsettings/src/rvimpstsettingsreleasearray.cpp Fri Feb 19 22:41:11 2010 +0200 +++ b/uiservicetabsettings/src/rvimpstsettingsreleasearray.cpp Thu Jun 24 22:37:00 2010 +0530 @@ -32,6 +32,6 @@ void RVIMPSTSettingsReleaseArray::Close() { ResetAndDestroy(); - RPointerArray::Close(); + RPointerArray::Close(); }