[reSIProcate] Mistake in the definition of the password methods in the Class Uri
Bellanger Julien
julien.bellanger at capgemini.com
Mon May 16 03:32:28 CDT 2005
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20050516/bc266679/attachment.htm>
More information about the resiprocate-devel
mailing list