Steffen Gehring - 2002-02-04

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.