# HG changeset patch # User Peter Fordham # Date 1269045162 25200 # Node ID b1c431e5a8937336868b8a42f5b743a376af6ffc # Parent 936cdb3b3ca7b90fbfa6d9f4c3c2b5c00b5f6d8b Bug 1804 - Remove unnecessary references to gnulib byteswa.h and endian.h. Also remove unnecessary qualification of method names with class name in inline definitions. diff -r 936cdb3b3ca7 -r b1c431e5a893 genericpositioningplugins/locationnpppsy/inc/npppsysingletonhandler.h --- a/genericpositioningplugins/locationnpppsy/inc/npppsysingletonhandler.h Fri Mar 19 17:31:34 2010 -0700 +++ b/genericpositioningplugins/locationnpppsy/inc/npppsysingletonhandler.h Fri Mar 19 17:32:42 2010 -0700 @@ -51,7 +51,7 @@ * status. * @reuturn the pointer the the singleton handler */ - static CNppPsySingletonHandler* CNppPsySingletonHandler::GetInstanceL( + static CNppPsySingletonHandler* GetInstanceL( MPositionerStatus& aStatusInterface ); /** diff -r 936cdb3b3ca7 -r b1c431e5a893 landmarks/locationlandmarks/localaccess/inc/epos_cposlmlocaldatabase.h --- a/landmarks/locationlandmarks/localaccess/inc/epos_cposlmlocaldatabase.h Fri Mar 19 17:31:34 2010 -0700 +++ b/landmarks/locationlandmarks/localaccess/inc/epos_cposlmlocaldatabase.h Fri Mar 19 17:32:42 2010 -0700 @@ -360,7 +360,7 @@ * full information. * @return The landmark. */ - CPosLandmark* CPosLmLocalDatabase::ReadLmLC( + CPosLandmark* ReadLmLC( TPosLmItemId aLandmarkId, TBool aIsPartial ); diff -r 936cdb3b3ca7 -r b1c431e5a893 locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h --- a/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h Fri Mar 19 17:31:34 2010 -0700 +++ b/locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettingsuiengine.h Fri Mar 19 17:32:42 2010 -0700 @@ -136,7 +136,7 @@ /** * Creates a new server entry in Supl Settings. */ - void CLocSUPLSettingsUiEngine::AddNewServerL( + void AddNewServerL( const TDesC& aServerAddress, const TDesC& aIapName, const TBool aUsageInHomeNw diff -r 936cdb3b3ca7 -r b1c431e5a893 locationsystemui/locationsysui/locverifier/inc/lpdrequestorprocessor.h --- a/locationsystemui/locationsysui/locverifier/inc/lpdrequestorprocessor.h Fri Mar 19 17:31:34 2010 -0700 +++ b/locationsystemui/locationsysui/locverifier/inc/lpdrequestorprocessor.h Fri Mar 19 17:32:42 2010 -0700 @@ -74,7 +74,7 @@ /** * Sets Type of Request */ - void CLpdRequestorProcessor::SetRequestType( TInt aReqType ); + void SetRequestType( TInt aReqType ); /** * Resets requestor arrays and destroys requestor objects. @@ -158,4 +158,4 @@ #endif // CLPDREQUESTORPROCESSOR_H -// End of File \ No newline at end of file +// End of File diff -r 936cdb3b3ca7 -r b1c431e5a893 locationtriggering/ltcontainer/inc/lbtcontainerutilities.h --- a/locationtriggering/ltcontainer/inc/lbtcontainerutilities.h Fri Mar 19 17:31:34 2010 -0700 +++ b/locationtriggering/ltcontainer/inc/lbtcontainerutilities.h Fri Mar 19 17:32:42 2010 -0700 @@ -116,7 +116,7 @@ * * @return ETrue if the UIDs suffices the security polity, EFalse otherwise */ - static TBool LbtContainerUtilities::RunSecurityPolicy( TUid& aOwnerUid, + static TBool RunSecurityPolicy( TUid& aOwnerUid, TUid& aManagerUid, TSecureId& aStartupProcessUid, TLbtSecurityPolicy& aSecurityPolicy ); diff -r 936cdb3b3ca7 -r b1c431e5a893 supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplcommonconfig.h --- a/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplcommonconfig.h Fri Mar 19 17:31:34 2010 -0700 +++ b/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplcommonconfig.h Fri Mar 19 17:32:42 2010 -0700 @@ -42,7 +42,7 @@ * @param None. * @return Instance of COMASuplCommonConfig */ - IMPORT_C static COMASuplCommonConfig* COMASuplCommonConfig::NewL(); + IMPORT_C static COMASuplCommonConfig* NewL(); /** * ~COMASuplCommonConfig Method, Destructor diff -r 936cdb3b3ca7 -r b1c431e5a893 supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h --- a/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h Fri Mar 19 17:31:34 2010 -0700 +++ b/supl/locationomasuplprotocolhandler/protocolhandler/inc/epos_comasuplsettings.h Fri Mar 19 17:32:42 2010 -0700 @@ -40,7 +40,7 @@ * @param None. * @return Instance of COMASuplSettings */ - IMPORT_C static COMASuplSettings* COMASuplSettings::NewL(); + IMPORT_C static COMASuplSettings* NewL(); /** * ~COMASuplSettings Method, Destructor diff -r 936cdb3b3ca7 -r b1c431e5a893 supl/locationomasuplprotocolhandler/protocolhandlerver2/inc/epos_comasuplsettings.h --- a/supl/locationomasuplprotocolhandler/protocolhandlerver2/inc/epos_comasuplsettings.h Fri Mar 19 17:31:34 2010 -0700 +++ b/supl/locationomasuplprotocolhandler/protocolhandlerver2/inc/epos_comasuplsettings.h Fri Mar 19 17:32:42 2010 -0700 @@ -40,7 +40,7 @@ * @param None. * @return Instance of COMASuplSettings */ - static COMASuplSettings* COMASuplSettings::NewL(); + static COMASuplSettings* NewL(); /** * ~COMASuplSettings Method, Destructor diff -r 936cdb3b3ca7 -r b1c431e5a893 supl/locationomasuplprotocolhandler/supllistener/inc/epos_comasuplsmslistenerbase.h --- a/supl/locationomasuplprotocolhandler/supllistener/inc/epos_comasuplsmslistenerbase.h Fri Mar 19 17:31:34 2010 -0700 +++ b/supl/locationomasuplprotocolhandler/supllistener/inc/epos_comasuplsmslistenerbase.h Fri Mar 19 17:32:42 2010 -0700 @@ -112,7 +112,7 @@ * * @since S60 v3.1 */ - void COMASuplSmsListenerBase::SendL( const TPtr8& aMessage ); + void SendL( const TPtr8& aMessage ); // from base class CActive /** diff -r 936cdb3b3ca7 -r b1c431e5a893 supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp --- a/supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp Fri Mar 19 17:31:34 2010 -0700 +++ b/supl/locationsuplfw/protocolhandlerapi/src/epos_suplkey.cpp Fri Mar 19 17:32:42 2010 -0700 @@ -37,11 +37,6 @@ #include /* for memcpy() etc. */ #include /* for _lrotl with VC++ */ -#if defined(__GNUC__) || defined(__GNU_LIBRARY__) -#include -#include -#endif - #include "sha1.h" #include "hmac.h"