View Single Post
  #1 (permalink)  
Old 09-24-2003
andreynech andreynech is offline
Registered User
 
Name: Andrey Nechypurenko
Organization: Siemens AG
Project: remotely controled vehicle
 
Join Date: Feb 2003
Location: Munich, Germany
Posts: 36
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.
Reply With Quote