| 1746 | { |
| 1747 | private: |
| 1748 | CBiteOptBase( const CBiteOptBase& ) |
| 1749 | { |
| 1750 | // Copy-construction unsupported. |
| 1751 | } |
| 1752 | |
| 1753 | CBiteOptBase& operator = ( const CBiteOptBase& ) |
| 1754 | { |
nothing calls this directly
no outgoing calls
no test coverage detected