Archived

This forum has been archived. Please start a new discussion on GitHub.

Documentation for Default Servants example

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.

Comments

  • Documentation for Default Servants example

    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.
  • deactivate() will have a string parameter (the category) from version 1.2 on. It does not have this parameter in 1.1. Sorry for the screwup in the documentation.