# HG changeset patch # User Stefan Karlsson # Date 1269790636 -3600 # Node ID afecf43ad46bf0f0cb4405e2a5e8a063b0496161 # Parent fcd6492cb863e6f675fbc0852782c8c6121a176c Fixed "extra qualification" syntax errors. diff -r fcd6492cb863 -r afecf43ad46b imservices/xmppsettingsfetcher/inc/xmppparameters.h --- a/imservices/xmppsettingsfetcher/inc/xmppparameters.h Sun Mar 14 13:11:04 2010 +0000 +++ b/imservices/xmppsettingsfetcher/inc/xmppparameters.h Sun Mar 28 16:37:16 2010 +0100 @@ -132,21 +132,21 @@ * * @param aSsl value to set */ - void CXmppParameters::SetConnMgrBus(const TDesC& aConnMgrBus); + void SetConnMgrBus(const TDesC& aConnMgrBus); /** * Sets the value of the member variable iConnMgrPath * * @param aSsl value to set */ - void CXmppParameters::SetConnMgrPath(const TDesC& aConnMgrPath); + void SetConnMgrPath(const TDesC& aConnMgrPath); /** * Sets the value of the member variable iProtocol * * @param aSsl value to set */ - void CXmppParameters::SetProtocol(const TDesC& aProtocol); + void SetProtocol(const TDesC& aProtocol); /** * Returns the value of the member variable iIapId @@ -223,21 +223,21 @@ * * @param None */ - IMPORT_C const TDesC& CXmppParameters::ConnMgrBus(); + IMPORT_C const TDesC& ConnMgrBus(); /** * Returns the value of the member variable iConnMgrPath * * @param None */ - IMPORT_C const TDesC& CXmppParameters::ConnMgrPath(); + IMPORT_C const TDesC& ConnMgrPath(); /** * Returns the value of iProtocol * * @param None */ - IMPORT_C const TDesC& CXmppParameters::Protocol(); + IMPORT_C const TDesC& Protocol(); private: // data