# HG changeset patch # User Stefan Karlsson # Date 1269790679 -3600 # Node ID 510c10de80833985ae5ca167867ede35dcb761a8 # Parent 150a5dd64ae556019eb481a472238cc49a919b3e Fixed "extra qualification" syntax errors. diff -r 150a5dd64ae5 -r 510c10de8083 pkiutilities/DeviceToken/Inc/DevTokenServer.h --- a/pkiutilities/DeviceToken/Inc/DevTokenServer.h Sun Mar 14 13:12:09 2010 +0000 +++ b/pkiutilities/DeviceToken/Inc/DevTokenServer.h Sun Mar 28 16:37:59 2010 +0100 @@ -93,7 +93,7 @@ * @param * @return server object of Truste sites */ - CTrustedSitesServer& CDevTokenServer::TrustedSitesL() const; + CTrustedSitesServer& TrustedSitesL() const; // For CServer2 private: diff -r 150a5dd64ae5 -r 510c10de8083 pkiutilities/PKCS12/CrPkcs12/Inc/crpkcs12.h --- a/pkiutilities/PKCS12/CrPkcs12/Inc/crpkcs12.h Sun Mar 14 13:12:09 2010 +0000 +++ b/pkiutilities/PKCS12/CrPkcs12/Inc/crpkcs12.h Sun Mar 28 16:37:59 2010 +0100 @@ -237,7 +237,7 @@ // Extracts contents of keybag, used in DecodeSafeBags function. - void CCrPKCS12::ExtractKeybagL( CCrData& aSafeBag ); + void ExtractKeybagL( CCrData& aSafeBag ); // Decrypts pkcs8-shroudedkeybag, used in DecodeSafeBags function. void DecryptShroudedKeybagL( CCrData& aSafeBag ); @@ -323,4 +323,4 @@ TFileName iFileName; }; -#endif \ No newline at end of file +#endif diff -r 150a5dd64ae5 -r 510c10de8083 secsrv_plat/devenccommonutils_api/inc/DevEncKeyUtils.h --- a/secsrv_plat/devenccommonutils_api/inc/DevEncKeyUtils.h Sun Mar 14 13:12:09 2010 +0000 +++ b/secsrv_plat/devenccommonutils_api/inc/DevEncKeyUtils.h Sun Mar 28 16:37:59 2010 +0100 @@ -49,10 +49,10 @@ virtual ~CDevEncKeyUtils(); // To connect the engine - IMPORT_C TInt CDevEncKeyUtils::Connect(); + IMPORT_C TInt Connect(); // To close the connection with the engine - IMPORT_C void CDevEncKeyUtils::Close(); + IMPORT_C void Close(); /** * Creates a PKCS#5 key and takes it into use by loading it diff -r 150a5dd64ae5 -r 510c10de8083 securitydialogs/lockapp/inc/lockappdevicelockcontainer.h --- a/securitydialogs/lockapp/inc/lockappdevicelockcontainer.h Sun Mar 14 13:12:09 2010 +0000 +++ b/securitydialogs/lockapp/inc/lockappdevicelockcontainer.h Sun Mar 28 16:37:59 2010 +0100 @@ -45,7 +45,7 @@ /** * Two-phased constructor. */ - static CLockAppDevicelockContainer* CLockAppDevicelockContainer::NewL( RWindowGroup& aWg ); + static CLockAppDevicelockContainer* NewL( RWindowGroup& aWg ); /** * Destructor. diff -r 150a5dd64ae5 -r 510c10de8083 securitydialogs/lockapp/inc/lockappdevicelockcontrol.h --- a/securitydialogs/lockapp/inc/lockappdevicelockcontrol.h Sun Mar 14 13:12:09 2010 +0000 +++ b/securitydialogs/lockapp/inc/lockappdevicelockcontrol.h Sun Mar 28 16:37:59 2010 +0100 @@ -68,7 +68,7 @@ /** * Finalize the construction by connecting to Phone side. */ - void CLockAppDevicelockControl::ConnectToPhoneL( RWindowGroup& aWg ); + void ConnectToPhoneL( RWindowGroup& aWg ); /** * Is it allowed to activate control. diff -r 150a5dd64ae5 -r 510c10de8083 wim/Scard/inc/ScardServer.h --- a/wim/Scard/inc/ScardServer.h Sun Mar 14 13:12:09 2010 +0000 +++ b/wim/Scard/inc/ScardServer.h Sun Mar 28 16:37:59 2010 +0100 @@ -79,7 +79,7 @@ * @param aVersion Version of the server * @return Pointer to created session */ - virtual CSession2* CScardServer::NewSessionL( + virtual CSession2* NewSessionL( const TVersion& aVersion, const RMessage2& aMessage ) const; diff -r 150a5dd64ae5 -r 510c10de8083 wim/WimServer/inc/WimCallbackImpl.h --- a/wim/WimServer/inc/WimCallbackImpl.h Sun Mar 14 13:12:09 2010 +0000 +++ b/wim/WimServer/inc/WimCallbackImpl.h Sun Mar 28 16:37:59 2010 +0100 @@ -267,7 +267,7 @@ * This function is called by CWimServer destructor, * to delete the gApdu object. */ - static void CWimCallBack::DeletegApdu(); + static void DeletegApdu(); private: