Please report new issues athttps://github.com/DOCGroup
Remote the block argument of TAO_Transport::handle_input after x.5.1 has been released, will impact also other protocols. > > > > > > virtual int handle_input (TAO_Resume_Handle &rh, > > > ACE_Time_Value *max_wait_time = 0, > > > int block = 0);
accept
Wed Aug 1 09:02:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.h: * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.cpp: * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h: * tao/Strategies/COIOP_Transport.cpp: * tao/Strategies/COIOP_Transport.h: * tao/Strategies/DIOP_Transport.cpp: * tao/Strategies/DIOP_Transport.h: * tao/Strategies/SHMIOP_Transport.cpp: * tao/Strategies/SHMIOP_Transport.h: * tao/Transport.cpp: * tao/Transport.h: * tao/Wait_On_Read.cpp: Removed deprecated block argument from handle_input method. Fixes bugzilla bug 2253