Summary: | Merge common acceptor option parsing code into one method | ||
---|---|---|---|
Product: | TAO | Reporter: | Ossama Othman <ossama.othman> |
Component: | ORB | Assignee: | 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
My code, my request, my fix. Speak no evil, hear no evil, see no evil. :-) 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. |