Bug 273

Summary: Merge common acceptor option parsing code into one method
Product: TAO Reporter: Ossama Othman <ossama.othman>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: enhancement    
Priority: P4    
Version: 1.0.3   
Hardware: All   
OS: All   

Description Ossama Othman 1999-08-28 21:28:56 CDT
The IIOP_Acceptor and UIOP_Acceptor option parsing code is very redundant right
now.  Common option parsing, such as endpoint priority parsing, should be merged
into a single method in the TAO_Acceptor base class.

A seperate method should be used in each concrete acceptor for protocol specific
option parsing.
Comment 1 Ossama Othman 1999-08-28 21:30:59 CDT
My code, my request, my fix.

Speak no evil, hear no evil, see no evil. :-)
Comment 2 Ossama Othman 1999-09-02 19:04:59 CDT
Another thing I was thinking about was to dump my home grown option parsing code
and use an ACE_Arg_Shifter style of option parsing; similar to what it found in
TAO_ORB_Core::init().  This should make it easier to add additional options and
make the option parsing more robust.