hello easysoap friends,
(sorry - i don't no, if bug or not)
in SOAPParamter.h
const SOAPParameter& GetParameter(const char *) const;
so i can't compile follwing style:
getFooMthod.GetParamter("bar").SetValue("foo");
getting the ref=...AddParamter and using SetValue on this ref, ref.SetValue("foo") works. That's why i think, there's no need for const....
is there a reason for so many const's in the headerfile? my first impression is, there are to many const's in the include file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello easysoap friends,
(sorry - i don't no, if bug or not)
in SOAPParamter.h
const SOAPParameter& GetParameter(const char *) const;
so i can't compile follwing style:
getFooMthod.GetParamter("bar").SetValue("foo");
getting the ref=...AddParamter and using SetValue on this ref, ref.SetValue("foo") works. That's why i think, there's no need for const....
is there a reason for so many const's in the headerfile? my first impression is, there are to many const's in the include file.