< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] Mistake in the definition of the password methods in the Class Uri


Hi,

In the Uri Class (Uri.hxx) we have two definitions for the password() method :
    Data& password() const ;
    const Data& password() ;

I thing there is a mistake with these definition,
because like this, we could never modify the password member of the class

Should'nt the definitions be like this :
    Data& password() ;
    const Data& password() const  ;

Thanks for your answers,


Julien
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.