Please report new issues athttps://github.com/DOCGroup
ACE_Thread_Manager has a virtual spawn_i and destructor. looks not useful. Needs to be looked at.
I faintly recalled something inheriting from ACE_Thread_Manager, making the virtual stuff useful. However, I can't find it, and the Doxygen docs don't list one. I think you're right - this may be able to be changed. However, I think it'd be best to wait til after 5.5 is out, and then search the ChangeLogs for why these were made virtual.
change seems to be done as part of the entry below. Maybe this was used in the past but it seems we don't have derived classes anymore so we could zap this to my idea Wed Jan 15 02:06:21 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * ace/Thread_Manager.h: Made the spawn_i() method virtual and moved it into the protected section of the class so that it can be over-ridden by subclasses. Thanks to Tim Harrison for suggesting this.
Wed Apr 19 12:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
fixed