| 106 | } |
| 107 | |
| 108 | virtual boost::unit_test::decorator::base_ptr clone() const |
| 109 | { |
| 110 | return boost::unit_test::decorator::base_ptr(new Enable(m_enable)); |
| 111 | } |
| 112 | |
| 113 | bool m_enable; |
| 114 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected