< Previous by Date | Date Index | Next by Date > |
Thread Index |
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
|