Documentation for Default Servants example

in Bug Reports
Hi,
Ice-1.1.1.pdf:
In section 16.7.3 on page 377
MyServantLocator::deactivate method is declared as:
virtual void deactivate(const std::string& category);
But I guess it should be
virtual void deactivate(); //No input parameters
Thanks,
Andrey.
Ice-1.1.1.pdf:
In section 16.7.3 on page 377
MyServantLocator::deactivate method is declared as:
virtual void deactivate(const std::string& category);
But I guess it should be
virtual void deactivate(); //No input parameters
Thanks,
Andrey.
0
Comments
Hi,
I just realize that there are more then one places in documentation where deactivate() method has string category parameter which, as I understand, should be correctd.
Thanks,
Andrey.