Bug 2253

Summary: Remove deprecated argument from TAO_Transport::handle_input
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.4.7   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 2023    

Description Johnny Willemsen 2005-10-08 03:40:58 CDT
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);
Comment 1 Johnny Willemsen 2005-10-11 03:20:25 CDT
accept
Comment 2 Johnny Willemsen 2007-08-01 04:04:22 CDT
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