--- 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