| 1669 | */ |
| 1670 | |
| 1671 | const char** getSelNames() const |
| 1672 | { |
| 1673 | return( CurOpt -> getSelNames() ); |
| 1674 | } |
| 1675 | |
| 1676 | /** |
| 1677 | * Function returns the number of selectors in use by the current CBiteOpt |
nothing calls this directly
no outgoing calls
no test coverage detected