# HG changeset patch # User Stefan Karlsson # Date 1269790649 -3600 # Node ID 36d970e98ad062b57cfee6013c657e32cce6041e # Parent 724b5986c13204bfbe4c5b6eb3c42cb7cc1d3121 Fixed "extra qualification" syntax errors. diff -r 724b5986c132 -r 36d970e98ad0 XDMSettingsUI/inc/XDMPluginContainer.h --- a/XDMSettingsUI/inc/XDMPluginContainer.h Sun Mar 14 13:11:26 2010 +0000 +++ b/XDMSettingsUI/inc/XDMPluginContainer.h Sun Mar 28 16:37:29 2010 +0100 @@ -192,7 +192,7 @@ * Get the Setting ID of the current set * @return TInt setting ID of the current set */ - TInt CXDMPluginContainer::GetCurrentSetIdL(); + TInt GetCurrentSetIdL(); /** * Load XDM Collection names with trap, useful when list doesnt have anything diff -r 724b5986c132 -r 36d970e98ad0 simpleengine/engine/inc/simplepublisher.h --- a/simpleengine/engine/inc/simplepublisher.h Sun Mar 14 13:11:26 2010 +0000 +++ b/simpleengine/engine/inc/simplepublisher.h Sun Mar 28 16:37:29 2010 +0100 @@ -226,7 +226,7 @@ * Zero length is ignored. * @return operation id */ - TInt CSimplePublisher::DoStartPublishL( MSimpleDocument& aDocument, + TInt DoStartPublishL( MSimpleDocument& aDocument, TBool aRefresh, const TDesC8& aETag ); diff -r 724b5986c132 -r 36d970e98ad0 simpleengine/siputils/inc/simplesettings.h --- a/simpleengine/siputils/inc/simplesettings.h Sun Mar 14 13:11:26 2010 +0000 +++ b/simpleengine/siputils/inc/simplesettings.h Sun Mar 28 16:37:29 2010 +0100 @@ -120,7 +120,7 @@ * @param aId key id * @return value of the key */ - TInt TSimpleSettings::GetCenRepIntValueL( + TInt GetCenRepIntValueL( CRepository* aRepository, TUint32 aId ); diff -r 724b5986c132 -r 36d970e98ad0 simpleengine/xmlutils/inc/simpleelement.h --- a/simpleengine/xmlutils/inc/simpleelement.h Sun Mar 14 13:11:26 2010 +0000 +++ b/simpleengine/xmlutils/inc/simpleelement.h Sun Mar 28 16:37:29 2010 +0100 @@ -276,7 +276,7 @@ void ConstructL( const TDesC8& aNsUri, const TDesC8& aLocalName ); - void CSimpleElement::ConstructL( + void ConstructL( CSenElement* aElem, TBool aOwn ); diff -r 724b5986c132 -r 36d970e98ad0 xdmprotocols/XcapProtocol/XcapHttpTransport/inc/XcapHttpResponse.h --- a/xdmprotocols/XcapProtocol/XcapHttpTransport/inc/XcapHttpResponse.h Sun Mar 14 13:11:26 2010 +0000 +++ b/xdmprotocols/XcapProtocol/XcapHttpTransport/inc/XcapHttpResponse.h Sun Mar 28 16:37:29 2010 +0100 @@ -39,8 +39,8 @@ * A global logging function for 16 bit data. * @param aCommand command to be handled */ - static CXcapHttpResponse* CXcapHttpResponse::NewL( CXcapHttpRequest* aHttpRequest, - CXcapHttpTransport& aTransportMain ); + static CXcapHttpResponse* NewL( CXcapHttpRequest* aHttpRequest, + CXcapHttpTransport& aTransportMain ); /** * Destructor.