imservices/xmppsettingsfetcher/inc/xmppparameters.h
branchCompilerCompatibility
changeset 13 afecf43ad46b
parent 0 e6b17d312c8b
equal deleted inserted replaced
11:fcd6492cb863 13:afecf43ad46b
   130 	/**
   130 	/**
   131      * Sets the value of the member variable iConnMgrBus
   131      * Sets the value of the member variable iConnMgrBus
   132      *
   132      *
   133      * @param aSsl value to set
   133      * @param aSsl value to set
   134      */
   134      */
   135 	void CXmppParameters::SetConnMgrBus(const TDesC& aConnMgrBus);
   135 	void SetConnMgrBus(const TDesC& aConnMgrBus);
   136 	
   136 	
   137 	/**
   137 	/**
   138      * Sets the value of the member variable iConnMgrPath
   138      * Sets the value of the member variable iConnMgrPath
   139      *
   139      *
   140      * @param aSsl value to set
   140      * @param aSsl value to set
   141      */
   141      */
   142 	void CXmppParameters::SetConnMgrPath(const TDesC& aConnMgrPath);
   142 	void SetConnMgrPath(const TDesC& aConnMgrPath);
   143 	
   143 	
   144 	/**
   144 	/**
   145      * Sets the value of the member variable iProtocol
   145      * Sets the value of the member variable iProtocol
   146      *
   146      *
   147      * @param aSsl value to set
   147      * @param aSsl value to set
   148      */
   148      */
   149 	void CXmppParameters::SetProtocol(const TDesC& aProtocol);
   149 	void SetProtocol(const TDesC& aProtocol);
   150 
   150 
   151     /**
   151     /**
   152      * Returns the value of the member variable iIapId
   152      * Returns the value of the member variable iIapId
   153      *
   153      *
   154      * @param None
   154      * @param None
   221 	/**
   221 	/**
   222      * Returns the value of the member variable iConnMgrBus
   222      * Returns the value of the member variable iConnMgrBus
   223      *
   223      *
   224      * @param None
   224      * @param None
   225      */
   225      */
   226 	IMPORT_C const TDesC& CXmppParameters::ConnMgrBus();
   226 	IMPORT_C const TDesC& ConnMgrBus();
   227 	
   227 	
   228 	/**
   228 	/**
   229      * Returns the value of the member variable iConnMgrPath
   229      * Returns the value of the member variable iConnMgrPath
   230      *
   230      *
   231      * @param None
   231      * @param None
   232      */
   232      */
   233 	IMPORT_C const TDesC& CXmppParameters::ConnMgrPath();
   233 	IMPORT_C const TDesC& ConnMgrPath();
   234 	
   234 	
   235 	/**
   235 	/**
   236      * Returns the value of iProtocol
   236      * Returns the value of iProtocol
   237      *
   237      *
   238      * @param None
   238      * @param None
   239      */
   239      */
   240 	IMPORT_C const TDesC& CXmppParameters::Protocol();
   240 	IMPORT_C const TDesC& Protocol();
   241 	
   241 	
   242 private: // data
   242 private: // data
   243 
   243 
   244     /**
   244     /**
   245      * IapId to use for the xmpp connection
   245      * IapId to use for the xmpp connection