Bug 2253 - Remove deprecated argument from TAO_Transport::handle_input
Summary: Remove deprecated argument from TAO_Transport::handle_input
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.4.7
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks: 2023
  Show dependency tree
 
Reported: 2005-10-08 03:40 CDT by Johnny Willemsen
Modified: 2007-08-01 04:04 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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